Struct tar_no_std::InvalidTypeFlagError
source · pub struct InvalidTypeFlagError(/* private fields */);
Trait Implementations§
source§impl Clone for InvalidTypeFlagError
impl Clone for InvalidTypeFlagError
source§fn clone(&self) -> InvalidTypeFlagError
fn clone(&self) -> InvalidTypeFlagError
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 InvalidTypeFlagError
impl Debug for InvalidTypeFlagError
source§impl Display for InvalidTypeFlagError
impl Display for InvalidTypeFlagError
source§impl Error for InvalidTypeFlagError
impl Error for InvalidTypeFlagError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq for InvalidTypeFlagError
impl PartialEq for InvalidTypeFlagError
source§fn eq(&self, other: &InvalidTypeFlagError) -> bool
fn eq(&self, other: &InvalidTypeFlagError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for InvalidTypeFlagError
impl PartialOrd for InvalidTypeFlagError
source§fn partial_cmp(&self, other: &InvalidTypeFlagError) -> Option<Ordering>
fn partial_cmp(&self, other: &InvalidTypeFlagError) -> 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 moreimpl Copy for InvalidTypeFlagError
impl Eq for InvalidTypeFlagError
impl StructuralPartialEq for InvalidTypeFlagError
Auto Trait Implementations§
impl Freeze for InvalidTypeFlagError
impl RefUnwindSafe for InvalidTypeFlagError
impl Send for InvalidTypeFlagError
impl Sync for InvalidTypeFlagError
impl Unpin for InvalidTypeFlagError
impl UnwindSafe for InvalidTypeFlagError
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