Struct sv_parser_syntaxtree::declarations::function_declarations::FunctionBodyDeclarationWithoutPort
source · [−]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
sourceimpl Clone for FunctionBodyDeclarationWithoutPort
impl Clone for FunctionBodyDeclarationWithoutPort
sourcefn clone(&self) -> FunctionBodyDeclarationWithoutPort
fn clone(&self) -> FunctionBodyDeclarationWithoutPort
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> From<&'a FunctionBodyDeclarationWithoutPort> for RefNodes<'a>
impl<'a> From<&'a FunctionBodyDeclarationWithoutPort> for RefNodes<'a>
sourcefn from(x: &'a FunctionBodyDeclarationWithoutPort) -> Self
fn from(x: &'a FunctionBodyDeclarationWithoutPort) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a FunctionBodyDeclarationWithoutPort> for RefNode<'a>
impl<'a> From<&'a FunctionBodyDeclarationWithoutPort> for RefNode<'a>
sourcefn from(x: &'a FunctionBodyDeclarationWithoutPort) -> Self
fn from(x: &'a FunctionBodyDeclarationWithoutPort) -> Self
Converts to this type from the input type.
sourceimpl From<FunctionBodyDeclarationWithoutPort> for AnyNode
impl From<FunctionBodyDeclarationWithoutPort> for AnyNode
sourcefn from(x: FunctionBodyDeclarationWithoutPort) -> Self
fn from(x: FunctionBodyDeclarationWithoutPort) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a FunctionBodyDeclarationWithoutPort
impl<'a> IntoIterator for &'a FunctionBodyDeclarationWithoutPort
sourceimpl<'a> Node<'a> for FunctionBodyDeclarationWithoutPort
impl<'a> Node<'a> for FunctionBodyDeclarationWithoutPort
sourceimpl PartialEq<FunctionBodyDeclarationWithoutPort> for FunctionBodyDeclarationWithoutPort
impl PartialEq<FunctionBodyDeclarationWithoutPort> for FunctionBodyDeclarationWithoutPort
sourcefn eq(&self, other: &FunctionBodyDeclarationWithoutPort) -> bool
fn eq(&self, other: &FunctionBodyDeclarationWithoutPort) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &FunctionBodyDeclarationWithoutPort) -> bool
fn ne(&self, other: &FunctionBodyDeclarationWithoutPort) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a FunctionBodyDeclarationWithoutPort> for Locate
impl<'a> TryFrom<&'a FunctionBodyDeclarationWithoutPort> for Locate
impl StructuralPartialEq for FunctionBodyDeclarationWithoutPort
Auto Trait Implementations
impl RefUnwindSafe for FunctionBodyDeclarationWithoutPort
impl Send for FunctionBodyDeclarationWithoutPort
impl Sync for FunctionBodyDeclarationWithoutPort
impl Unpin for FunctionBodyDeclarationWithoutPort
impl UnwindSafe for FunctionBodyDeclarationWithoutPort
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more