Struct sv_parser_syntaxtree::specify_section::specify_path_declarations::SimplePathDeclarationFull
source · [−]pub struct SimplePathDeclarationFull {
pub nodes: (FullPathDescription, Symbol, PathDelayValue),
}Fields
nodes: (FullPathDescription, Symbol, PathDelayValue)Trait Implementations
sourceimpl Clone for SimplePathDeclarationFull
impl Clone for SimplePathDeclarationFull
sourcefn clone(&self) -> SimplePathDeclarationFull
fn clone(&self) -> SimplePathDeclarationFull
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 SimplePathDeclarationFull
impl Debug for SimplePathDeclarationFull
sourceimpl<'a> From<&'a SimplePathDeclarationFull> for RefNodes<'a>
impl<'a> From<&'a SimplePathDeclarationFull> for RefNodes<'a>
sourcefn from(x: &'a SimplePathDeclarationFull) -> Self
fn from(x: &'a SimplePathDeclarationFull) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a SimplePathDeclarationFull> for RefNode<'a>
impl<'a> From<&'a SimplePathDeclarationFull> for RefNode<'a>
sourcefn from(x: &'a SimplePathDeclarationFull) -> Self
fn from(x: &'a SimplePathDeclarationFull) -> Self
Converts to this type from the input type.
sourceimpl From<SimplePathDeclarationFull> for AnyNode
impl From<SimplePathDeclarationFull> for AnyNode
sourcefn from(x: SimplePathDeclarationFull) -> Self
fn from(x: SimplePathDeclarationFull) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a SimplePathDeclarationFull
impl<'a> IntoIterator for &'a SimplePathDeclarationFull
sourceimpl PartialEq<SimplePathDeclarationFull> for SimplePathDeclarationFull
impl PartialEq<SimplePathDeclarationFull> for SimplePathDeclarationFull
sourcefn eq(&self, other: &SimplePathDeclarationFull) -> bool
fn eq(&self, other: &SimplePathDeclarationFull) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SimplePathDeclarationFull) -> bool
fn ne(&self, other: &SimplePathDeclarationFull) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a SimplePathDeclarationFull> for Locate
impl<'a> TryFrom<&'a SimplePathDeclarationFull> for Locate
sourceimpl TryFrom<AnyNode> for SimplePathDeclarationFull
impl TryFrom<AnyNode> for SimplePathDeclarationFull
sourceimpl TryFrom<SimplePathDeclarationFull> for Locate
impl TryFrom<SimplePathDeclarationFull> for Locate
impl StructuralPartialEq for SimplePathDeclarationFull
Auto Trait Implementations
impl RefUnwindSafe for SimplePathDeclarationFull
impl Send for SimplePathDeclarationFull
impl Sync for SimplePathDeclarationFull
impl Unpin for SimplePathDeclarationFull
impl UnwindSafe for SimplePathDeclarationFull
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