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