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