pub struct SimplePathDeclarationParallel {
    pub nodes: (ParallelPathDescription, Symbol, PathDelayValue),
}Fields§
§nodes: (ParallelPathDescription, Symbol, PathDelayValue)Trait Implementations§
Source§impl Clone for SimplePathDeclarationParallel
 
impl Clone for SimplePathDeclarationParallel
Source§fn clone(&self) -> SimplePathDeclarationParallel
 
fn clone(&self) -> SimplePathDeclarationParallel
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<'a> From<&'a SimplePathDeclarationParallel> for RefNode<'a>
 
impl<'a> From<&'a SimplePathDeclarationParallel> for RefNode<'a>
Source§fn from(x: &'a SimplePathDeclarationParallel) -> RefNode<'a>
 
fn from(x: &'a SimplePathDeclarationParallel) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a SimplePathDeclarationParallel> for RefNodes<'a>
 
impl<'a> From<&'a SimplePathDeclarationParallel> for RefNodes<'a>
Source§fn from(x: &'a SimplePathDeclarationParallel) -> RefNodes<'a>
 
fn from(x: &'a SimplePathDeclarationParallel) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<SimplePathDeclarationParallel> for AnyNode
 
impl From<SimplePathDeclarationParallel> for AnyNode
Source§fn from(x: SimplePathDeclarationParallel) -> AnyNode
 
fn from(x: SimplePathDeclarationParallel) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a SimplePathDeclarationParallel
 
impl<'a> IntoIterator for &'a SimplePathDeclarationParallel
Source§impl PartialEq for SimplePathDeclarationParallel
 
impl PartialEq for SimplePathDeclarationParallel
Source§fn eq(&self, other: &SimplePathDeclarationParallel) -> bool
 
fn eq(&self, other: &SimplePathDeclarationParallel) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a SimplePathDeclarationParallel> for Locate
 
impl<'a> TryFrom<&'a SimplePathDeclarationParallel> for Locate
impl StructuralPartialEq for SimplePathDeclarationParallel
Auto Trait Implementations§
impl Freeze for SimplePathDeclarationParallel
impl RefUnwindSafe for SimplePathDeclarationParallel
impl Send for SimplePathDeclarationParallel
impl Sync for SimplePathDeclarationParallel
impl Unpin for SimplePathDeclarationParallel
impl UnwindSafe for SimplePathDeclarationParallel
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