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