Struct did_toolkit::document::AlsoKnownAs
source · pub struct AlsoKnownAs(pub BTreeSet<AlsoKnownAsEither>);Tuple Fields§
§0: BTreeSet<AlsoKnownAsEither>Trait Implementations§
source§impl Clone for AlsoKnownAs
impl Clone for AlsoKnownAs
source§fn clone(&self) -> AlsoKnownAs
fn clone(&self) -> AlsoKnownAs
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 AlsoKnownAs
impl Debug for AlsoKnownAs
source§impl Default for AlsoKnownAs
impl Default for AlsoKnownAs
source§fn default() -> AlsoKnownAs
fn default() -> AlsoKnownAs
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AlsoKnownAs
impl<'de> Deserialize<'de> for AlsoKnownAs
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for AlsoKnownAs
impl Hash for AlsoKnownAs
source§impl Ord for AlsoKnownAs
impl Ord for AlsoKnownAs
source§fn cmp(&self, other: &AlsoKnownAs) -> Ordering
fn cmp(&self, other: &AlsoKnownAs) -> 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<AlsoKnownAs> for AlsoKnownAs
impl PartialEq<AlsoKnownAs> for AlsoKnownAs
source§fn eq(&self, other: &AlsoKnownAs) -> bool
fn eq(&self, other: &AlsoKnownAs) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<AlsoKnownAs> for AlsoKnownAs
impl PartialOrd<AlsoKnownAs> for AlsoKnownAs
source§fn partial_cmp(&self, other: &AlsoKnownAs) -> Option<Ordering>
fn partial_cmp(&self, other: &AlsoKnownAs) -> 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 moresource§impl Serialize for AlsoKnownAs
impl Serialize for AlsoKnownAs
impl Eq for AlsoKnownAs
impl StructuralEq for AlsoKnownAs
impl StructuralPartialEq for AlsoKnownAs
Auto Trait Implementations§
impl RefUnwindSafe for AlsoKnownAs
impl Send for AlsoKnownAs
impl Sync for AlsoKnownAs
impl Unpin for AlsoKnownAs
impl UnwindSafe for AlsoKnownAs
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<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.