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