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