Enum sv_parser_syntaxtree::behavioral_statements::subroutine_call_statements::SubroutineCallStatement
source · [−]pub enum SubroutineCallStatement {
SubroutineCall(Box<(SubroutineCall, Symbol)>),
Function(Box<SubroutineCallStatementFunction>),
}Variants
SubroutineCall(Box<(SubroutineCall, Symbol)>)
Function(Box<SubroutineCallStatementFunction>)
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 SubroutineCallStatement
impl Send for SubroutineCallStatement
impl Sync for SubroutineCallStatement
impl Unpin for SubroutineCallStatement
impl UnwindSafe for SubroutineCallStatement
Blanket Implementations
Mutably borrows from an owned value. Read more