pub enum ScanEventScanType {
Basic,
NavBeaconDetail,
AutoScan,
Detailed,
}
Variants§
Trait Implementations§
Source§impl Clone for ScanEventScanType
impl Clone for ScanEventScanType
Source§fn clone(&self) -> ScanEventScanType
fn clone(&self) -> ScanEventScanType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ScanEventScanType
impl Debug for ScanEventScanType
Source§impl<'de> Deserialize<'de> for ScanEventScanType
impl<'de> Deserialize<'de> for ScanEventScanType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ScanEventScanType
impl PartialEq for ScanEventScanType
Source§impl Serialize for ScanEventScanType
impl Serialize for ScanEventScanType
impl StructuralPartialEq for ScanEventScanType
Auto Trait Implementations§
impl Freeze for ScanEventScanType
impl RefUnwindSafe for ScanEventScanType
impl Send for ScanEventScanType
impl Sync for ScanEventScanType
impl Unpin for ScanEventScanType
impl UnwindSafe for ScanEventScanType
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