pub struct ConvertErrors { /* private fields */ }Available on crate features
try_from_int_str and try_tup_to_arr8 and try_tup_to_arr16 only.Expand description
Structure for storing miscellaneous errors.
Trait Implementations§
Source§impl Clone for ConvertErrors
Available on crate features try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.
impl Clone for ConvertErrors
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.Source§fn clone(&self) -> ConvertErrors
fn clone(&self) -> ConvertErrors
Returns a duplicate 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 ConvertErrors
Available on crate features try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.
impl Debug for ConvertErrors
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.Source§impl Display for ConvertErrors
Available on crate features try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.
impl Display for ConvertErrors
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.Source§impl From<MultiErrors> for ConvertErrors
Available on crate features try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.
impl From<MultiErrors> for ConvertErrors
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.Source§fn from(err: MultiErrors) -> Self
fn from(err: MultiErrors) -> Self
Converts to this type from the input type.
Source§impl From<ParseIntError> for ConvertErrors
Available on crate features try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.
impl From<ParseIntError> for ConvertErrors
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.Source§fn from(err: ParseIntError) -> Self
fn from(err: ParseIntError) -> Self
Converts to this type from the input type.
Source§impl From<TryFromIntError> for ConvertErrors
Available on crate features try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.
impl From<TryFromIntError> for ConvertErrors
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.Source§fn from(err: TryFromIntError) -> Self
fn from(err: TryFromIntError) -> Self
Converts to this type from the input type.
Source§impl From<TryFromIntStrErr> for ConvertErrors
Available on crate features try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.
impl From<TryFromIntStrErr> for ConvertErrors
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.Source§fn from(err: TryFromIntStrErr) -> Self
fn from(err: TryFromIntStrErr) -> Self
Converts to this type from the input type.
Source§impl From<TryTupToArrErr> for ConvertErrors
Available on (crate features try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str) and (crate features try_tup_to_arr8 or try_tup_to_arr16) only.
impl From<TryTupToArrErr> for ConvertErrors
Available on (crate features
try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str) and (crate features try_tup_to_arr8 or try_tup_to_arr16) only.Source§fn from(err: TryTupToArrErr) -> Self
fn from(err: TryTupToArrErr) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ConvertErrors
Available on crate features try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.
impl PartialEq for ConvertErrors
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.impl Eq for ConvertErrors
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.impl StructuralPartialEq for ConvertErrors
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 or try_from_int_str only.Auto Trait Implementations§
impl Freeze for ConvertErrors
impl RefUnwindSafe for ConvertErrors
impl Send for ConvertErrors
impl Sync for ConvertErrors
impl Unpin for ConvertErrors
impl UnwindSafe for ConvertErrors
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