pub struct SubroutineCallStatementFunction {
    pub nodes: (Keyword, Symbol, Paren<FunctionSubroutineCall>, Symbol),
}Fields§
§nodes: (Keyword, Symbol, Paren<FunctionSubroutineCall>, Symbol)Trait Implementations§
Source§impl Clone for SubroutineCallStatementFunction
 
impl Clone for SubroutineCallStatementFunction
Source§fn clone(&self) -> SubroutineCallStatementFunction
 
fn clone(&self) -> SubroutineCallStatementFunction
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<'a> From<&'a SubroutineCallStatementFunction> for RefNode<'a>
 
impl<'a> From<&'a SubroutineCallStatementFunction> for RefNode<'a>
Source§fn from(x: &'a SubroutineCallStatementFunction) -> Self
 
fn from(x: &'a SubroutineCallStatementFunction) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a SubroutineCallStatementFunction> for RefNodes<'a>
 
impl<'a> From<&'a SubroutineCallStatementFunction> for RefNodes<'a>
Source§fn from(x: &'a SubroutineCallStatementFunction) -> Self
 
fn from(x: &'a SubroutineCallStatementFunction) -> Self
Converts to this type from the input type.
Source§impl From<SubroutineCallStatementFunction> for AnyNode
 
impl From<SubroutineCallStatementFunction> for AnyNode
Source§fn from(x: SubroutineCallStatementFunction) -> Self
 
fn from(x: SubroutineCallStatementFunction) -> Self
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a SubroutineCallStatementFunction
 
impl<'a> IntoIterator for &'a SubroutineCallStatementFunction
Source§impl<'a> Node<'a> for SubroutineCallStatementFunction
 
impl<'a> Node<'a> for SubroutineCallStatementFunction
Source§impl PartialEq for SubroutineCallStatementFunction
 
impl PartialEq for SubroutineCallStatementFunction
Source§fn eq(&self, other: &SubroutineCallStatementFunction) -> bool
 
fn eq(&self, other: &SubroutineCallStatementFunction) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a SubroutineCallStatementFunction> for Locate
 
impl<'a> TryFrom<&'a SubroutineCallStatementFunction> for Locate
impl StructuralPartialEq for SubroutineCallStatementFunction
Auto Trait Implementations§
impl Freeze for SubroutineCallStatementFunction
impl RefUnwindSafe for SubroutineCallStatementFunction
impl Send for SubroutineCallStatementFunction
impl Sync for SubroutineCallStatementFunction
impl Unpin for SubroutineCallStatementFunction
impl UnwindSafe for SubroutineCallStatementFunction
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