Struct sv_parser_syntaxtree::specify_section::specify_path_declarations::ListOfPathInputs
source · [−]pub struct ListOfPathInputs {
pub nodes: (List<Symbol, SpecifyInputTerminalDescriptor>,),
}Fields
nodes: (List<Symbol, SpecifyInputTerminalDescriptor>,)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 ListOfPathInputs
impl Send for ListOfPathInputs
impl Sync for ListOfPathInputs
impl Unpin for ListOfPathInputs
impl UnwindSafe for ListOfPathInputs
Blanket Implementations
Mutably borrows from an owned value. Read more