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