pub struct ClassStringMapType { /* private fields */ }Expand description
Represents a class-string-map type, mapping class strings to values of a specified type.
Trait Implementations§
Source§impl Clone for ClassStringMapType
impl Clone for ClassStringMapType
Source§fn clone(&self) -> ClassStringMapType
fn clone(&self) -> ClassStringMapType
Returns a duplicate 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 ClassStringMapType
impl Debug for ClassStringMapType
Source§impl<'de> Deserialize<'de> for ClassStringMapType
impl<'de> Deserialize<'de> for ClassStringMapType
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 ClassStringMapType
impl Hash for ClassStringMapType
Source§impl Ord for ClassStringMapType
impl Ord for ClassStringMapType
Source§fn cmp(&self, other: &ClassStringMapType) -> Ordering
fn cmp(&self, other: &ClassStringMapType) -> 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 ClassStringMapType
impl PartialEq for ClassStringMapType
Source§impl PartialOrd for ClassStringMapType
impl PartialOrd for ClassStringMapType
Source§impl Serialize for ClassStringMapType
impl Serialize for ClassStringMapType
impl Eq for ClassStringMapType
impl StructuralPartialEq for ClassStringMapType
Auto Trait Implementations§
impl Freeze for ClassStringMapType
impl RefUnwindSafe for ClassStringMapType
impl Send for ClassStringMapType
impl Sync for ClassStringMapType
impl Unpin for ClassStringMapType
impl UnwindSafe for ClassStringMapType
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