pub enum ExampleEventMonitorEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExampleEventMonitorEvent
impl RefUnwindSafe for ExampleEventMonitorEvent
impl Send for ExampleEventMonitorEvent
impl Sync for ExampleEventMonitorEvent
impl Unpin for ExampleEventMonitorEvent
impl UnwindSafe for ExampleEventMonitorEvent
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