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