Enum sv_parser::ArrayMethodName
source · pub enum ArrayMethodName {
MethodIdentifier(Box<MethodIdentifier, Global>),
Unique(Box<Keyword, Global>),
And(Box<Keyword, Global>),
Or(Box<Keyword, Global>),
Xor(Box<Keyword, Global>),
}
Variants§
MethodIdentifier(Box<MethodIdentifier, Global>)
Unique(Box<Keyword, Global>)
And(Box<Keyword, Global>)
Or(Box<Keyword, Global>)
Xor(Box<Keyword, Global>)
Trait Implementations§
source§impl Clone for ArrayMethodName
impl Clone for ArrayMethodName
source§fn clone(&self) -> ArrayMethodName
fn clone(&self) -> ArrayMethodName
Returns a copy 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 ArrayMethodName
impl Debug for ArrayMethodName
source§impl<'a> From<&'a ArrayMethodName> for RefNode<'a>
impl<'a> From<&'a ArrayMethodName> for RefNode<'a>
source§fn from(x: &'a ArrayMethodName) -> RefNode<'a>
fn from(x: &'a ArrayMethodName) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a ArrayMethodName> for RefNodes<'a>
impl<'a> From<&'a ArrayMethodName> for RefNodes<'a>
source§fn from(x: &'a ArrayMethodName) -> RefNodes<'a>
fn from(x: &'a ArrayMethodName) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<ArrayMethodName> for AnyNode
impl From<ArrayMethodName> for AnyNode
source§fn from(x: ArrayMethodName) -> AnyNode
fn from(x: ArrayMethodName) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a ArrayMethodName
impl<'a> IntoIterator for &'a ArrayMethodName
source§impl PartialEq<ArrayMethodName> for ArrayMethodName
impl PartialEq<ArrayMethodName> for ArrayMethodName
source§fn eq(&self, other: &ArrayMethodName) -> bool
fn eq(&self, other: &ArrayMethodName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.