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