Struct envuse_parser::parser::nodes::variable_link::VariableLink
source · [−]Fields
variable: Box<Node>options: Vec<Box<Node>>Implementations
sourceimpl VariableLink
impl VariableLink
pub fn get_variable(&self) -> VariableName
Trait Implementations
sourceimpl Clone for VariableLink
impl Clone for VariableLink
sourcefn clone(&self) -> VariableLink
fn clone(&self) -> VariableLink
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 VariableLink
impl Debug for VariableLink
sourceimpl From<VariableLink> for NodeKind
impl From<VariableLink> for NodeKind
sourcefn from(v: VariableLink) -> Self
fn from(v: VariableLink) -> Self
Converts to this type from the input type.
sourceimpl Serialize for VariableLink
impl Serialize for VariableLink
Auto Trait Implementations
impl RefUnwindSafe for VariableLink
impl Send for VariableLink
impl Sync for VariableLink
impl Unpin for VariableLink
impl UnwindSafe for VariableLink
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