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