Struct wildland_dfs::events::RingEventSystem
source · pub struct RingEventSystem { /* private fields */ }
Implementations§
source§impl RingEventSystem
impl RingEventSystem
pub fn get_receiver(&self) -> RingEventReceiver
Trait Implementations§
source§impl Clone for RingEventSystem
impl Clone for RingEventSystem
source§fn clone(&self) -> RingEventSystem
fn clone(&self) -> RingEventSystem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RingEventSystem
impl Default for RingEventSystem
source§impl EventSystem for RingEventSystem
impl EventSystem for RingEventSystem
fn send_event(&mut self, event: Event)
fn clone_box(&self) -> Box<dyn EventSystem>
Auto Trait Implementations§
impl !RefUnwindSafe for RingEventSystem
impl Send for RingEventSystem
impl Sync for RingEventSystem
impl Unpin for RingEventSystem
impl !UnwindSafe for RingEventSystem
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more