pub struct EventMonitor { /* private fields */ }Implementations§
Source§impl EventMonitor
impl EventMonitor
Trait Implementations§
Source§impl Drop for EventMonitor
impl Drop for EventMonitor
Auto Trait Implementations§
impl !RefUnwindSafe for EventMonitor
impl !UnwindSafe for EventMonitor
impl Freeze for EventMonitor
impl Send for EventMonitor
impl Sync for EventMonitor
impl Unpin for EventMonitor
impl UnsafeUnpin for EventMonitor
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