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