pub struct StateDependentPathDeclarationIfEdgeSensitive {
    pub nodes: (Keyword, Paren<ModulePathExpression>, EdgeSensitivePathDeclaration),
}Fields§
§nodes: (Keyword, Paren<ModulePathExpression>, EdgeSensitivePathDeclaration)Trait Implementations§
Source§impl Clone for StateDependentPathDeclarationIfEdgeSensitive
 
impl Clone for StateDependentPathDeclarationIfEdgeSensitive
Source§fn clone(&self) -> StateDependentPathDeclarationIfEdgeSensitive
 
fn clone(&self) -> StateDependentPathDeclarationIfEdgeSensitive
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 StateDependentPathDeclarationIfEdgeSensitive> for RefNode<'a>
 
impl<'a> From<&'a StateDependentPathDeclarationIfEdgeSensitive> for RefNode<'a>
Source§fn from(x: &'a StateDependentPathDeclarationIfEdgeSensitive) -> RefNode<'a>
 
fn from(x: &'a StateDependentPathDeclarationIfEdgeSensitive) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a StateDependentPathDeclarationIfEdgeSensitive> for RefNodes<'a>
 
impl<'a> From<&'a StateDependentPathDeclarationIfEdgeSensitive> for RefNodes<'a>
Source§fn from(x: &'a StateDependentPathDeclarationIfEdgeSensitive) -> RefNodes<'a>
 
fn from(x: &'a StateDependentPathDeclarationIfEdgeSensitive) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<StateDependentPathDeclarationIfEdgeSensitive> for AnyNode
 
impl From<StateDependentPathDeclarationIfEdgeSensitive> for AnyNode
Source§fn from(x: StateDependentPathDeclarationIfEdgeSensitive) -> AnyNode
 
fn from(x: StateDependentPathDeclarationIfEdgeSensitive) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a StateDependentPathDeclarationIfEdgeSensitive
 
impl<'a> IntoIterator for &'a StateDependentPathDeclarationIfEdgeSensitive
Source§fn into_iter(
    self,
) -> <&'a StateDependentPathDeclarationIfEdgeSensitive as IntoIterator>::IntoIter
 
fn into_iter( self, ) -> <&'a StateDependentPathDeclarationIfEdgeSensitive as IntoIterator>::IntoIter
Creates an iterator from a value. Read more
Source§impl<'a> Node<'a> for StateDependentPathDeclarationIfEdgeSensitive
 
impl<'a> Node<'a> for StateDependentPathDeclarationIfEdgeSensitive
Source§impl PartialEq for StateDependentPathDeclarationIfEdgeSensitive
 
impl PartialEq for StateDependentPathDeclarationIfEdgeSensitive
Source§fn eq(&self, other: &StateDependentPathDeclarationIfEdgeSensitive) -> bool
 
fn eq(&self, other: &StateDependentPathDeclarationIfEdgeSensitive) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a StateDependentPathDeclarationIfEdgeSensitive> for Locate
 
impl<'a> TryFrom<&'a StateDependentPathDeclarationIfEdgeSensitive> for Locate
impl StructuralPartialEq for StateDependentPathDeclarationIfEdgeSensitive
Auto Trait Implementations§
impl Freeze for StateDependentPathDeclarationIfEdgeSensitive
impl RefUnwindSafe for StateDependentPathDeclarationIfEdgeSensitive
impl Send for StateDependentPathDeclarationIfEdgeSensitive
impl Sync for StateDependentPathDeclarationIfEdgeSensitive
impl Unpin for StateDependentPathDeclarationIfEdgeSensitive
impl UnwindSafe for StateDependentPathDeclarationIfEdgeSensitive
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