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
sourceimpl Clone for ListOfPathInputs
impl Clone for ListOfPathInputs
sourcefn clone(&self) -> ListOfPathInputs
fn clone(&self) -> ListOfPathInputs
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ListOfPathInputs
impl Debug for ListOfPathInputs
sourceimpl<'a> From<&'a ListOfPathInputs> for RefNodes<'a>
impl<'a> From<&'a ListOfPathInputs> for RefNodes<'a>
sourcefn from(x: &'a ListOfPathInputs) -> Self
fn from(x: &'a ListOfPathInputs) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ListOfPathInputs> for RefNode<'a>
impl<'a> From<&'a ListOfPathInputs> for RefNode<'a>
sourcefn from(x: &'a ListOfPathInputs) -> Self
fn from(x: &'a ListOfPathInputs) -> Self
Converts to this type from the input type.
sourceimpl From<ListOfPathInputs> for AnyNode
impl From<ListOfPathInputs> for AnyNode
sourcefn from(x: ListOfPathInputs) -> Self
fn from(x: ListOfPathInputs) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ListOfPathInputs
impl<'a> IntoIterator for &'a ListOfPathInputs
sourceimpl PartialEq<ListOfPathInputs> for ListOfPathInputs
impl PartialEq<ListOfPathInputs> for ListOfPathInputs
sourcefn eq(&self, other: &ListOfPathInputs) -> bool
fn eq(&self, other: &ListOfPathInputs) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ListOfPathInputs) -> bool
fn ne(&self, other: &ListOfPathInputs) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ListOfPathInputs> for Locate
impl<'a> TryFrom<&'a ListOfPathInputs> for Locate
sourceimpl TryFrom<AnyNode> for ListOfPathInputs
impl TryFrom<AnyNode> for ListOfPathInputs
sourceimpl TryFrom<ListOfPathInputs> for Locate
impl TryFrom<ListOfPathInputs> for Locate
impl StructuralPartialEq for ListOfPathInputs
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more