pub struct DhuVariant;
Expand description
The marker type for the DHU option.
Use this as the Variant
type argument of the
Understood<..>
type to select a DHU option.
Trait Implementations§
source§impl Clone for DhuVariant
impl Clone for DhuVariant
source§fn clone(&self) -> DhuVariant
fn clone(&self) -> DhuVariant
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 DhuVariant
impl Debug for DhuVariant
impl Copy for DhuVariant
Auto Trait Implementations§
impl RefUnwindSafe for DhuVariant
impl Send for DhuVariant
impl Sync for DhuVariant
impl Unpin for DhuVariant
impl UnwindSafe for DhuVariant
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<Source, Target> OctetsInto<Target> for Sourcewhere
Target: OctetsFrom<Source>,
impl<Source, Target> OctetsInto<Target> for Sourcewhere Target: OctetsFrom<Source>,
type Error = <Target as OctetsFrom<Source>>::Error
source§fn try_octets_into(
self
) -> Result<Target, <Source as OctetsInto<Target>>::Error>
fn try_octets_into( self ) -> Result<Target, <Source as OctetsInto<Target>>::Error>
Performs the conversion.
source§fn octets_into(self) -> Targetwhere
Self::Error: Into<Infallible>,
fn octets_into(self) -> Targetwhere Self::Error: Into<Infallible>,
Performs an infallible conversion.