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