pub struct GtjLiteralTypeString;Trait Implementations§
Source§impl Clone for GtjLiteralTypeString
impl Clone for GtjLiteralTypeString
Source§fn clone(&self) -> GtjLiteralTypeString
fn clone(&self) -> GtjLiteralTypeString
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 GtjLiteralTypeString
impl Debug for GtjLiteralTypeString
Source§impl Default for GtjLiteralTypeString
impl Default for GtjLiteralTypeString
Source§fn default() -> GtjLiteralTypeString
fn default() -> GtjLiteralTypeString
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GtjLiteralTypeString
impl<'de> Deserialize<'de> for GtjLiteralTypeString
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 GtjLiteralTypeString
impl Hash for GtjLiteralTypeString
Source§impl PartialEq for GtjLiteralTypeString
impl PartialEq for GtjLiteralTypeString
Source§impl Serialize for GtjLiteralTypeString
impl Serialize for GtjLiteralTypeString
impl Eq for GtjLiteralTypeString
impl StructuralPartialEq for GtjLiteralTypeString
Auto Trait Implementations§
impl Freeze for GtjLiteralTypeString
impl RefUnwindSafe for GtjLiteralTypeString
impl Send for GtjLiteralTypeString
impl Sync for GtjLiteralTypeString
impl Unpin for GtjLiteralTypeString
impl UnwindSafe for GtjLiteralTypeString
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