Struct sv_parser::PropertyExprCase
source · pub struct PropertyExprCase {
pub nodes: (Keyword, Paren<ExpressionOrDist>, PropertyCaseItem, Vec<PropertyCaseItem, Global>, Keyword),
}
Fields§
§nodes: (Keyword, Paren<ExpressionOrDist>, PropertyCaseItem, Vec<PropertyCaseItem, Global>, Keyword)
Trait Implementations§
source§impl Clone for PropertyExprCase
impl Clone for PropertyExprCase
source§fn clone(&self) -> PropertyExprCase
fn clone(&self) -> PropertyExprCase
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 PropertyExprCase
impl Debug for PropertyExprCase
source§impl<'a> From<&'a PropertyExprCase> for RefNode<'a>
impl<'a> From<&'a PropertyExprCase> for RefNode<'a>
source§fn from(x: &'a PropertyExprCase) -> RefNode<'a>
fn from(x: &'a PropertyExprCase) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a PropertyExprCase> for RefNodes<'a>
impl<'a> From<&'a PropertyExprCase> for RefNodes<'a>
source§fn from(x: &'a PropertyExprCase) -> RefNodes<'a>
fn from(x: &'a PropertyExprCase) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<PropertyExprCase> for AnyNode
impl From<PropertyExprCase> for AnyNode
source§fn from(x: PropertyExprCase) -> AnyNode
fn from(x: PropertyExprCase) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a PropertyExprCase
impl<'a> IntoIterator for &'a PropertyExprCase
source§impl PartialEq<PropertyExprCase> for PropertyExprCase
impl PartialEq<PropertyExprCase> for PropertyExprCase
source§fn eq(&self, other: &PropertyExprCase) -> bool
fn eq(&self, other: &PropertyExprCase) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.