#[repr(u32)]pub enum ScanType {
Active = 1,
Passive = 2,
}Variants§
Trait Implementations§
Source§impl<'a, ___E> Encode<ScanType, ___E> for &'a ScanTypewhere
___E: ?Sized,
impl<'a, ___E> Encode<ScanType, ___E> for &'a ScanTypewhere
___E: ?Sized,
Source§impl<___E> Encode<ScanType, ___E> for ScanTypewhere
___E: ?Sized,
impl<___E> Encode<ScanType, ___E> for ScanTypewhere
___E: ?Sized,
Source§impl FromWireRef<ScanType> for ScanType
impl FromWireRef<ScanType> for ScanType
Source§fn from_wire_ref(wire: &ScanType) -> ScanType
fn from_wire_ref(wire: &ScanType) -> ScanType
Converts the given reference to this type.
Source§impl Ord for ScanType
impl Ord for ScanType
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ScanType
impl PartialOrd for ScanType
impl Copy for ScanType
impl Eq for ScanType
impl StructuralPartialEq for ScanType
Auto Trait Implementations§
impl Freeze for ScanType
impl RefUnwindSafe for ScanType
impl Send for ScanType
impl Sync for ScanType
impl Unpin for ScanType
impl UnsafeUnpin for ScanType
impl UnwindSafe for ScanType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
Converts the given reference to an option of this type.
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]