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