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