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