Struct sv_parser_syntaxtree::general::identifiers::ModuleIdentifier
source · [−]pub struct ModuleIdentifier {
pub nodes: (Identifier,),
}Fields
nodes: (Identifier,)Trait Implementations
sourceimpl Clone for ModuleIdentifier
impl Clone for ModuleIdentifier
sourcefn clone(&self) -> ModuleIdentifier
fn clone(&self) -> ModuleIdentifier
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ModuleIdentifier
impl Debug for ModuleIdentifier
sourceimpl<'a> From<&'a ModuleIdentifier> for RefNodes<'a>
impl<'a> From<&'a ModuleIdentifier> for RefNodes<'a>
sourcefn from(x: &'a ModuleIdentifier) -> Self
fn from(x: &'a ModuleIdentifier) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ModuleIdentifier> for RefNode<'a>
impl<'a> From<&'a ModuleIdentifier> for RefNode<'a>
sourcefn from(x: &'a ModuleIdentifier) -> Self
fn from(x: &'a ModuleIdentifier) -> Self
Converts to this type from the input type.
sourceimpl From<ModuleIdentifier> for AnyNode
impl From<ModuleIdentifier> for AnyNode
sourcefn from(x: ModuleIdentifier) -> Self
fn from(x: ModuleIdentifier) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ModuleIdentifier
impl<'a> IntoIterator for &'a ModuleIdentifier
sourceimpl PartialEq<ModuleIdentifier> for ModuleIdentifier
impl PartialEq<ModuleIdentifier> for ModuleIdentifier
sourcefn eq(&self, other: &ModuleIdentifier) -> bool
fn eq(&self, other: &ModuleIdentifier) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ModuleIdentifier) -> bool
fn ne(&self, other: &ModuleIdentifier) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ModuleIdentifier> for Locate
impl<'a> TryFrom<&'a ModuleIdentifier> for Locate
sourceimpl TryFrom<AnyNode> for ModuleIdentifier
impl TryFrom<AnyNode> for ModuleIdentifier
sourceimpl TryFrom<ModuleIdentifier> for Locate
impl TryFrom<ModuleIdentifier> for Locate
impl StructuralPartialEq for ModuleIdentifier
Auto Trait Implementations
impl RefUnwindSafe for ModuleIdentifier
impl Send for ModuleIdentifier
impl Sync for ModuleIdentifier
impl Unpin for ModuleIdentifier
impl UnwindSafe for ModuleIdentifier
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more