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