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