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