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