pub struct SimplePathDeclarationFull {
    pub nodes: (FullPathDescription, Symbol, PathDelayValue),
}Fields§
§nodes: (FullPathDescription, Symbol, PathDelayValue)Trait Implementations§
Source§impl Clone for SimplePathDeclarationFull
 
impl Clone for SimplePathDeclarationFull
Source§fn clone(&self) -> SimplePathDeclarationFull
 
fn clone(&self) -> SimplePathDeclarationFull
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 Debug for SimplePathDeclarationFull
 
impl Debug for SimplePathDeclarationFull
Source§impl<'a> From<&'a SimplePathDeclarationFull> for RefNode<'a>
 
impl<'a> From<&'a SimplePathDeclarationFull> for RefNode<'a>
Source§fn from(x: &'a SimplePathDeclarationFull) -> RefNode<'a>
 
fn from(x: &'a SimplePathDeclarationFull) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a SimplePathDeclarationFull> for RefNodes<'a>
 
impl<'a> From<&'a SimplePathDeclarationFull> for RefNodes<'a>
Source§fn from(x: &'a SimplePathDeclarationFull) -> RefNodes<'a>
 
fn from(x: &'a SimplePathDeclarationFull) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<SimplePathDeclarationFull> for AnyNode
 
impl From<SimplePathDeclarationFull> for AnyNode
Source§fn from(x: SimplePathDeclarationFull) -> AnyNode
 
fn from(x: SimplePathDeclarationFull) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a SimplePathDeclarationFull
 
impl<'a> IntoIterator for &'a SimplePathDeclarationFull
Source§impl<'a> TryFrom<&'a SimplePathDeclarationFull> for Locate
 
impl<'a> TryFrom<&'a SimplePathDeclarationFull> for Locate
Source§impl TryFrom<AnyNode> for SimplePathDeclarationFull
 
impl TryFrom<AnyNode> for SimplePathDeclarationFull
Source§impl TryFrom<SimplePathDeclarationFull> for Locate
 
impl TryFrom<SimplePathDeclarationFull> for Locate
impl StructuralPartialEq for SimplePathDeclarationFull
Auto Trait Implementations§
impl Freeze for SimplePathDeclarationFull
impl RefUnwindSafe for SimplePathDeclarationFull
impl Send for SimplePathDeclarationFull
impl Sync for SimplePathDeclarationFull
impl Unpin for SimplePathDeclarationFull
impl UnwindSafe for SimplePathDeclarationFull
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