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