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