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