Enum sv_parser_syntaxtree::specify_section::specify_path_declarations::SimplePathDeclaration
source · [−]pub enum SimplePathDeclaration {
Parallel(Box<SimplePathDeclarationParallel>),
Full(Box<SimplePathDeclarationFull>),
}Variants
Parallel(Box<SimplePathDeclarationParallel>)
Full(Box<SimplePathDeclarationFull>)
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 SimplePathDeclaration
impl Send for SimplePathDeclaration
impl Sync for SimplePathDeclaration
impl Unpin for SimplePathDeclaration
impl UnwindSafe for SimplePathDeclaration
Blanket Implementations
Mutably borrows from an owned value. Read more