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