pub struct ForVariableDeclaration {
    pub nodes: (Option<Var>, DataType, List<Symbol, (VariableIdentifier, Symbol, Expression)>),
}Fields§
§nodes: (Option<Var>, DataType, List<Symbol, (VariableIdentifier, Symbol, Expression)>)Trait Implementations§
Source§impl Clone for ForVariableDeclaration
 
impl Clone for ForVariableDeclaration
Source§fn clone(&self) -> ForVariableDeclaration
 
fn clone(&self) -> ForVariableDeclaration
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 ForVariableDeclaration
 
impl Debug for ForVariableDeclaration
Source§impl<'a> From<&'a ForVariableDeclaration> for RefNode<'a>
 
impl<'a> From<&'a ForVariableDeclaration> for RefNode<'a>
Source§fn from(x: &'a ForVariableDeclaration) -> RefNode<'a>
 
fn from(x: &'a ForVariableDeclaration) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ForVariableDeclaration> for RefNodes<'a>
 
impl<'a> From<&'a ForVariableDeclaration> for RefNodes<'a>
Source§fn from(x: &'a ForVariableDeclaration) -> RefNodes<'a>
 
fn from(x: &'a ForVariableDeclaration) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ForVariableDeclaration> for AnyNode
 
impl From<ForVariableDeclaration> for AnyNode
Source§fn from(x: ForVariableDeclaration) -> AnyNode
 
fn from(x: ForVariableDeclaration) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ForVariableDeclaration
 
impl<'a> IntoIterator for &'a ForVariableDeclaration
Source§impl PartialEq for ForVariableDeclaration
 
impl PartialEq for ForVariableDeclaration
Source§impl<'a> TryFrom<&'a ForVariableDeclaration> for Locate
 
impl<'a> TryFrom<&'a ForVariableDeclaration> for Locate
Source§impl TryFrom<AnyNode> for ForVariableDeclaration
 
impl TryFrom<AnyNode> for ForVariableDeclaration
Source§impl TryFrom<ForVariableDeclaration> for Locate
 
impl TryFrom<ForVariableDeclaration> for Locate
impl StructuralPartialEq for ForVariableDeclaration
Auto Trait Implementations§
impl Freeze for ForVariableDeclaration
impl RefUnwindSafe for ForVariableDeclaration
impl Send for ForVariableDeclaration
impl Sync for ForVariableDeclaration
impl Unpin for ForVariableDeclaration
impl UnwindSafe for ForVariableDeclaration
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