pub struct EventsManager { /* private fields */ }Expand description
Operations for the “events” API area.
Implementations§
Source§impl EventsManager
impl EventsManager
Auto Trait Implementations§
impl !RefUnwindSafe for EventsManager
impl !UnwindSafe for EventsManager
impl Freeze for EventsManager
impl Send for EventsManager
impl Sync for EventsManager
impl Unpin for EventsManager
impl UnsafeUnpin for EventsManager
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