pub struct ParallelPathDescription {
    pub nodes: (Paren<(SpecifyInputTerminalDescriptor, Option<PolarityOperator>, Symbol, SpecifyOutputTerminalDescriptor)>,),
}Fields§
§nodes: (Paren<(SpecifyInputTerminalDescriptor, Option<PolarityOperator>, Symbol, SpecifyOutputTerminalDescriptor)>,)Trait Implementations§
Source§impl Clone for ParallelPathDescription
 
impl Clone for ParallelPathDescription
Source§fn clone(&self) -> ParallelPathDescription
 
fn clone(&self) -> ParallelPathDescription
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for ParallelPathDescription
 
impl Debug for ParallelPathDescription
Source§impl<'a> From<&'a ParallelPathDescription> for RefNode<'a>
 
impl<'a> From<&'a ParallelPathDescription> for RefNode<'a>
Source§fn from(x: &'a ParallelPathDescription) -> RefNode<'a>
 
fn from(x: &'a ParallelPathDescription) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ParallelPathDescription> for RefNodes<'a>
 
impl<'a> From<&'a ParallelPathDescription> for RefNodes<'a>
Source§fn from(x: &'a ParallelPathDescription) -> RefNodes<'a>
 
fn from(x: &'a ParallelPathDescription) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ParallelPathDescription> for AnyNode
 
impl From<ParallelPathDescription> for AnyNode
Source§fn from(x: ParallelPathDescription) -> AnyNode
 
fn from(x: ParallelPathDescription) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ParallelPathDescription
 
impl<'a> IntoIterator for &'a ParallelPathDescription
Source§impl PartialEq for ParallelPathDescription
 
impl PartialEq for ParallelPathDescription
Source§impl<'a> TryFrom<&'a ParallelPathDescription> for Locate
 
impl<'a> TryFrom<&'a ParallelPathDescription> for Locate
Source§impl TryFrom<AnyNode> for ParallelPathDescription
 
impl TryFrom<AnyNode> for ParallelPathDescription
Source§impl TryFrom<ParallelPathDescription> for Locate
 
impl TryFrom<ParallelPathDescription> for Locate
impl StructuralPartialEq for ParallelPathDescription
Auto Trait Implementations§
impl Freeze for ParallelPathDescription
impl RefUnwindSafe for ParallelPathDescription
impl Send for ParallelPathDescription
impl Sync for ParallelPathDescription
impl Unpin for ParallelPathDescription
impl UnwindSafe for ParallelPathDescription
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more