Struct sv_parser_syntaxtree::behavioral_statements::procedural_blocks_and_assignments::FinalConstruct
source · [−]pub struct FinalConstruct {
pub nodes: (Keyword, FunctionStatement),
}Fields
nodes: (Keyword, FunctionStatement)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 RefUnwindSafe for FinalConstruct
impl Send for FinalConstruct
impl Sync for FinalConstruct
impl Unpin for FinalConstruct
impl UnwindSafe for FinalConstruct
Blanket Implementations
Mutably borrows from an owned value. Read more