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