Enum sv_parser_syntaxtree::declarations::module_parameter_declarations::LocalParameterDeclaration
source · [−]pub enum LocalParameterDeclaration {
Param(Box<LocalParameterDeclarationParam>),
Type(Box<LocalParameterDeclarationType>),
}Variants
Param(Box<LocalParameterDeclarationParam>)
Type(Box<LocalParameterDeclarationType>)
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 LocalParameterDeclaration
impl Send for LocalParameterDeclaration
impl Sync for LocalParameterDeclaration
impl Unpin for LocalParameterDeclaration
impl UnwindSafe for LocalParameterDeclaration
Blanket Implementations
Mutably borrows from an owned value. Read more