pub struct StringTypeConst;Implementations§
Trait Implementations§
Source§impl Clone for StringTypeConst
impl Clone for StringTypeConst
Source§fn clone(&self) -> StringTypeConst
fn clone(&self) -> StringTypeConst
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 StringTypeConst
impl Debug for StringTypeConst
Source§impl Default for StringTypeConst
impl Default for StringTypeConst
Source§fn default() -> StringTypeConst
fn default() -> StringTypeConst
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StringTypeConst
impl<'de> Deserialize<'de> for StringTypeConst
Source§fn deserialize<D>(deserializer: D) -> Result<StringTypeConst, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<StringTypeConst, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StringTypeConst
impl PartialEq for StringTypeConst
Source§impl Serialize for StringTypeConst
impl Serialize for StringTypeConst
impl Copy for StringTypeConst
impl Eq for StringTypeConst
impl StructuralPartialEq for StringTypeConst
Auto Trait Implementations§
impl Freeze for StringTypeConst
impl RefUnwindSafe for StringTypeConst
impl Send for StringTypeConst
impl Sync for StringTypeConst
impl Unpin for StringTypeConst
impl UnwindSafe for StringTypeConst
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