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