pub struct CollectionCollectionType(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for CollectionCollectionType
impl Clone for CollectionCollectionType
Source§fn clone(&self) -> CollectionCollectionType
fn clone(&self) -> CollectionCollectionType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CollectionCollectionType
impl Debug for CollectionCollectionType
Source§impl Default for CollectionCollectionType
impl Default for CollectionCollectionType
Source§fn default() -> CollectionCollectionType
fn default() -> CollectionCollectionType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CollectionCollectionType
impl<'de> Deserialize<'de> for CollectionCollectionType
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
impl Eq for CollectionCollectionType
Source§impl PartialEq for CollectionCollectionType
impl PartialEq for CollectionCollectionType
Source§impl Serialize for CollectionCollectionType
impl Serialize for CollectionCollectionType
impl StructuralPartialEq for CollectionCollectionType
Auto Trait Implementations§
impl Freeze for CollectionCollectionType
impl RefUnwindSafe for CollectionCollectionType
impl Send for CollectionCollectionType
impl Sync for CollectionCollectionType
impl Unpin for CollectionCollectionType
impl UnsafeUnpin for CollectionCollectionType
impl UnwindSafe for CollectionCollectionType
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