Struct envuse_parser::parser::nodes::variable_name::VariableName
source · [−]pub struct VariableName {
pub name: String,
}Fields
name: StringTrait Implementations
sourceimpl Clone for VariableName
impl Clone for VariableName
sourcefn clone(&self) -> VariableName
fn clone(&self) -> VariableName
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for VariableName
impl Debug for VariableName
sourceimpl From<VariableName> for NodeKind
impl From<VariableName> for NodeKind
sourcefn from(v: VariableName) -> Self
fn from(v: VariableName) -> Self
Converts to this type from the input type.
sourceimpl Serialize for VariableName
impl Serialize for VariableName
Auto Trait Implementations
impl RefUnwindSafe for VariableName
impl Send for VariableName
impl Sync for VariableName
impl Unpin for VariableName
impl UnwindSafe for VariableName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more