pub struct ScanType { /* private fields */ }Expand description
The wire type corresponding to ScanType.
Implementations§
Trait Implementations§
Source§impl Constrained for ScanType
impl Constrained for ScanType
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
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 Wire for ScanType
impl Wire for ScanType
Source§fn zero_padding(_: &mut MaybeUninit<ScanType>)
fn zero_padding(_: &mut MaybeUninit<ScanType>)
Writes zeroes to the padding for this type, if any.
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> 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]