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