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
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for FunctionBodyDeclarationWithoutPort
impl Sync for FunctionBodyDeclarationWithoutPort
impl Unpin for FunctionBodyDeclarationWithoutPort
Blanket Implementations
Mutably borrows from an owned value. Read more