pub struct TryTupToArrErr { /* private fields */ }Available on crate features
try_tup_to_arr8 and try_tup_to_arr16 only.Expand description
A structure to store the error and its position.
Trait Implementations§
Source§impl Clone for TryTupToArrErr
Available on crate features try_tup_to_arr8 or try_tup_to_arr16 only.
impl Clone for TryTupToArrErr
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 only.Source§fn clone(&self) -> TryTupToArrErr
fn clone(&self) -> TryTupToArrErr
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 TryTupToArrErr
Available on crate features try_tup_to_arr8 or try_tup_to_arr16 only.
impl Debug for TryTupToArrErr
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 only.Source§impl Display for TryTupToArrErr
Available on crate features try_tup_to_arr8 or try_tup_to_arr16 only.
impl Display for TryTupToArrErr
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 only.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 TryTupToArrErr
Available on crate features try_tup_to_arr8 or try_tup_to_arr16 only.
impl PartialEq for TryTupToArrErr
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 only.impl Eq for TryTupToArrErr
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 only.impl StructuralPartialEq for TryTupToArrErr
Available on crate features
try_tup_to_arr8 or try_tup_to_arr16 only.Auto Trait Implementations§
impl Freeze for TryTupToArrErr
impl RefUnwindSafe for TryTupToArrErr
impl Send for TryTupToArrErr
impl Sync for TryTupToArrErr
impl Unpin for TryTupToArrErr
impl UnwindSafe for TryTupToArrErr
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