Struct s2n_codec::unaligned::TryFromIntError
source · pub struct TryFromIntError(_);Trait Implementations§
source§impl Clone for TryFromIntError
impl Clone for TryFromIntError
source§fn clone(&self) -> TryFromIntError
fn clone(&self) -> TryFromIntError
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 TryFromIntError
impl Debug for TryFromIntError
source§impl Display for TryFromIntError
impl Display for TryFromIntError
source§impl From<TryFromIntError> for TryFromIntError
impl From<TryFromIntError> for TryFromIntError
source§fn from(_: TryFromIntError) -> Self
fn from(_: TryFromIntError) -> Self
Converts to this type from the input type.
source§impl Hash for TryFromIntError
impl Hash for TryFromIntError
source§impl Ord for TryFromIntError
impl Ord for TryFromIntError
source§fn cmp(&self, other: &TryFromIntError) -> Ordering
fn cmp(&self, other: &TryFromIntError) -> Ordering
1.21.0 · 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 PartialEq<TryFromIntError> for TryFromIntError
impl PartialEq<TryFromIntError> for TryFromIntError
source§fn eq(&self, other: &TryFromIntError) -> bool
fn eq(&self, other: &TryFromIntError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<TryFromIntError> for TryFromIntError
impl PartialOrd<TryFromIntError> for TryFromIntError
source§fn partial_cmp(&self, other: &TryFromIntError) -> Option<Ordering>
fn partial_cmp(&self, other: &TryFromIntError) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more