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