pub enum ScanEvent {
Start,
Stop,
Found(Peripheral),
Updated(Peripheral),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScanEvent
impl RefUnwindSafe for ScanEvent
impl Send for ScanEvent
impl Sync for ScanEvent
impl Unpin for ScanEvent
impl UnwindSafe for ScanEvent
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