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