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