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