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