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