pub struct AssignmentPatternList {
    pub nodes: (ApostropheBrace<List<Symbol, Expression>>,),
}Fields§
§nodes: (ApostropheBrace<List<Symbol, Expression>>,)Trait Implementations§
Source§impl Clone for AssignmentPatternList
 
impl Clone for AssignmentPatternList
Source§fn clone(&self) -> AssignmentPatternList
 
fn clone(&self) -> AssignmentPatternList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for AssignmentPatternList
 
impl Debug for AssignmentPatternList
Source§impl<'a> From<&'a AssignmentPatternList> for RefNode<'a>
 
impl<'a> From<&'a AssignmentPatternList> for RefNode<'a>
Source§fn from(x: &'a AssignmentPatternList) -> RefNode<'a>
 
fn from(x: &'a AssignmentPatternList) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a AssignmentPatternList> for RefNodes<'a>
 
impl<'a> From<&'a AssignmentPatternList> for RefNodes<'a>
Source§fn from(x: &'a AssignmentPatternList) -> RefNodes<'a>
 
fn from(x: &'a AssignmentPatternList) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<AssignmentPatternList> for AnyNode
 
impl From<AssignmentPatternList> for AnyNode
Source§fn from(x: AssignmentPatternList) -> AnyNode
 
fn from(x: AssignmentPatternList) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a AssignmentPatternList
 
impl<'a> IntoIterator for &'a AssignmentPatternList
Source§impl PartialEq for AssignmentPatternList
 
impl PartialEq for AssignmentPatternList
Source§impl<'a> TryFrom<&'a AssignmentPatternList> for Locate
 
impl<'a> TryFrom<&'a AssignmentPatternList> for Locate
Source§impl TryFrom<AnyNode> for AssignmentPatternList
 
impl TryFrom<AnyNode> for AssignmentPatternList
Source§impl TryFrom<AssignmentPatternList> for Locate
 
impl TryFrom<AssignmentPatternList> for Locate
impl StructuralPartialEq for AssignmentPatternList
Auto Trait Implementations§
impl Freeze for AssignmentPatternList
impl RefUnwindSafe for AssignmentPatternList
impl Send for AssignmentPatternList
impl Sync for AssignmentPatternList
impl Unpin for AssignmentPatternList
impl UnwindSafe for AssignmentPatternList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more