Struct sv_parser_syntaxtree::general::identifiers::ProgramIdentifier
source · [−]pub struct ProgramIdentifier {
pub nodes: (Identifier,),
}Fields
nodes: (Identifier,)Trait Implementations
sourceimpl Clone for ProgramIdentifier
impl Clone for ProgramIdentifier
sourcefn clone(&self) -> ProgramIdentifier
fn clone(&self) -> ProgramIdentifier
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 ProgramIdentifier
impl Debug for ProgramIdentifier
sourceimpl<'a> From<&'a ProgramIdentifier> for RefNodes<'a>
impl<'a> From<&'a ProgramIdentifier> for RefNodes<'a>
sourcefn from(x: &'a ProgramIdentifier) -> Self
fn from(x: &'a ProgramIdentifier) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ProgramIdentifier> for RefNode<'a>
impl<'a> From<&'a ProgramIdentifier> for RefNode<'a>
sourcefn from(x: &'a ProgramIdentifier) -> Self
fn from(x: &'a ProgramIdentifier) -> Self
Converts to this type from the input type.
sourceimpl From<ProgramIdentifier> for AnyNode
impl From<ProgramIdentifier> for AnyNode
sourcefn from(x: ProgramIdentifier) -> Self
fn from(x: ProgramIdentifier) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ProgramIdentifier
impl<'a> IntoIterator for &'a ProgramIdentifier
sourceimpl PartialEq<ProgramIdentifier> for ProgramIdentifier
impl PartialEq<ProgramIdentifier> for ProgramIdentifier
sourcefn eq(&self, other: &ProgramIdentifier) -> bool
fn eq(&self, other: &ProgramIdentifier) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ProgramIdentifier) -> bool
fn ne(&self, other: &ProgramIdentifier) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ProgramIdentifier> for Locate
impl<'a> TryFrom<&'a ProgramIdentifier> for Locate
sourceimpl TryFrom<AnyNode> for ProgramIdentifier
impl TryFrom<AnyNode> for ProgramIdentifier
sourceimpl TryFrom<ProgramIdentifier> for Locate
impl TryFrom<ProgramIdentifier> for Locate
impl StructuralPartialEq for ProgramIdentifier
Auto Trait Implementations
impl RefUnwindSafe for ProgramIdentifier
impl Send for ProgramIdentifier
impl Sync for ProgramIdentifier
impl Unpin for ProgramIdentifier
impl UnwindSafe for ProgramIdentifier
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