Enum v_common::onto::individual::IndividualError
source · pub enum IndividualError {
None,
ParseError,
}Variants§
Trait Implementations§
source§impl Clone for IndividualError
impl Clone for IndividualError
source§fn clone(&self) -> IndividualError
fn clone(&self) -> IndividualError
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 IndividualError
impl Debug for IndividualError
source§impl PartialEq<IndividualError> for IndividualError
impl PartialEq<IndividualError> for IndividualError
source§fn eq(&self, other: &IndividualError) -> bool
fn eq(&self, other: &IndividualError) -> bool
impl Eq for IndividualError
impl StructuralEq for IndividualError
impl StructuralPartialEq for IndividualError
Auto Trait Implementations§
impl RefUnwindSafe for IndividualError
impl Send for IndividualError
impl Sync for IndividualError
impl Unpin for IndividualError
impl UnwindSafe for IndividualError
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.