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