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