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