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