pub struct TagFormatError;
Expand description
Custom error type for Tag operations.
Trait Implementations§
Source§impl Clone for TagFormatError
impl Clone for TagFormatError
Source§fn clone(&self) -> TagFormatError
fn clone(&self) -> TagFormatError
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 TagFormatError
impl Debug for TagFormatError
Source§impl Display for TagFormatError
impl Display for TagFormatError
Source§impl Error for TagFormatError
impl Error for TagFormatError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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 Hash for TagFormatError
impl Hash for TagFormatError
Source§impl Ord for TagFormatError
impl Ord for TagFormatError
Source§fn cmp(&self, other: &TagFormatError) -> Ordering
fn cmp(&self, other: &TagFormatError) -> 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 for TagFormatError
impl PartialEq for TagFormatError
Source§impl PartialOrd for TagFormatError
impl PartialOrd for TagFormatError
impl Copy for TagFormatError
impl Eq for TagFormatError
impl StructuralPartialEq for TagFormatError
Auto Trait Implementations§
impl Freeze for TagFormatError
impl RefUnwindSafe for TagFormatError
impl Send for TagFormatError
impl Sync for TagFormatError
impl Unpin for TagFormatError
impl UnwindSafe for TagFormatError
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.