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