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