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