Struct diem_types::diem_id_identifier::DiemIdParseError
source · pub struct DiemIdParseError { /* private fields */ }
Trait Implementations§
source§impl Clone for DiemIdParseError
impl Clone for DiemIdParseError
source§fn clone(&self) -> DiemIdParseError
fn clone(&self) -> DiemIdParseError
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 DiemIdParseError
impl Debug for DiemIdParseError
source§impl Display for DiemIdParseError
impl Display for DiemIdParseError
source§impl Error for DiemIdParseError
impl Error for DiemIdParseError
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<DiemIdParseError> for DiemIdParseError
impl PartialEq<DiemIdParseError> for DiemIdParseError
source§fn eq(&self, other: &DiemIdParseError) -> bool
fn eq(&self, other: &DiemIdParseError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DiemIdParseError
impl StructuralEq for DiemIdParseError
impl StructuralPartialEq for DiemIdParseError
Auto Trait Implementations§
impl RefUnwindSafe for DiemIdParseError
impl Send for DiemIdParseError
impl Sync for DiemIdParseError
impl Unpin for DiemIdParseError
impl UnwindSafe for DiemIdParseError
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.