pub enum ScannedEventScanType {
Cargo,
Crime,
Data,
}
Variants§
Trait Implementations§
Source§impl Clone for ScannedEventScanType
impl Clone for ScannedEventScanType
Source§fn clone(&self) -> ScannedEventScanType
fn clone(&self) -> ScannedEventScanType
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 ScannedEventScanType
impl Debug for ScannedEventScanType
Source§impl<'de> Deserialize<'de> for ScannedEventScanType
impl<'de> Deserialize<'de> for ScannedEventScanType
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 ScannedEventScanType
impl PartialEq for ScannedEventScanType
Source§impl Serialize for ScannedEventScanType
impl Serialize for ScannedEventScanType
impl StructuralPartialEq for ScannedEventScanType
Auto Trait Implementations§
impl Freeze for ScannedEventScanType
impl RefUnwindSafe for ScannedEventScanType
impl Send for ScannedEventScanType
impl Sync for ScannedEventScanType
impl Unpin for ScannedEventScanType
impl UnwindSafe for ScannedEventScanType
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