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