pub struct DataStructureComponents {}Trait Implementations§
source§impl Clone for DataStructureComponents
impl Clone for DataStructureComponents
source§fn clone(&self) -> DataStructureComponents
fn clone(&self) -> DataStructureComponents
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 DataStructureComponents
impl Debug for DataStructureComponents
source§impl Default for DataStructureComponents
impl Default for DataStructureComponents
source§fn default() -> DataStructureComponents
fn default() -> DataStructureComponents
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DataStructureComponents
impl<'de> Deserialize<'de> for DataStructureComponents
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 DataStructureComponents
impl Hash for DataStructureComponents
source§impl PartialEq for DataStructureComponents
impl PartialEq for DataStructureComponents
source§fn eq(&self, other: &DataStructureComponents) -> bool
fn eq(&self, other: &DataStructureComponents) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DataStructureComponents
impl Serialize for DataStructureComponents
impl Eq for DataStructureComponents
impl StructuralEq for DataStructureComponents
impl StructuralPartialEq for DataStructureComponents
Auto Trait Implementations§
impl RefUnwindSafe for DataStructureComponents
impl Send for DataStructureComponents
impl Sync for DataStructureComponents
impl Unpin for DataStructureComponents
impl UnwindSafe for DataStructureComponents
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
§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,
§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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.