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