pub struct EventManager { /* private fields */ }Expand description
Manager for dispatching events
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EventManager
impl !UnwindSafe for EventManager
impl Freeze for EventManager
impl Send for EventManager
impl Sync for EventManager
impl Unpin for EventManager
impl UnsafeUnpin for EventManager
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