pub struct PatternIdentifierList {
    pub nodes: (ApostropheBrace<List<Symbol, (MemberIdentifier, Symbol, Pattern)>>,),
}Fields§
§nodes: (ApostropheBrace<List<Symbol, (MemberIdentifier, Symbol, Pattern)>>,)Trait Implementations§
Source§impl Clone for PatternIdentifierList
 
impl Clone for PatternIdentifierList
Source§fn clone(&self) -> PatternIdentifierList
 
fn clone(&self) -> PatternIdentifierList
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 PatternIdentifierList
 
impl Debug for PatternIdentifierList
Source§impl<'a> From<&'a PatternIdentifierList> for RefNode<'a>
 
impl<'a> From<&'a PatternIdentifierList> for RefNode<'a>
Source§fn from(x: &'a PatternIdentifierList) -> RefNode<'a>
 
fn from(x: &'a PatternIdentifierList) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a PatternIdentifierList> for RefNodes<'a>
 
impl<'a> From<&'a PatternIdentifierList> for RefNodes<'a>
Source§fn from(x: &'a PatternIdentifierList) -> RefNodes<'a>
 
fn from(x: &'a PatternIdentifierList) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<PatternIdentifierList> for AnyNode
 
impl From<PatternIdentifierList> for AnyNode
Source§fn from(x: PatternIdentifierList) -> AnyNode
 
fn from(x: PatternIdentifierList) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a PatternIdentifierList
 
impl<'a> IntoIterator for &'a PatternIdentifierList
Source§impl PartialEq for PatternIdentifierList
 
impl PartialEq for PatternIdentifierList
Source§impl<'a> TryFrom<&'a PatternIdentifierList> for Locate
 
impl<'a> TryFrom<&'a PatternIdentifierList> for Locate
Source§impl TryFrom<AnyNode> for PatternIdentifierList
 
impl TryFrom<AnyNode> for PatternIdentifierList
Source§impl TryFrom<PatternIdentifierList> for Locate
 
impl TryFrom<PatternIdentifierList> for Locate
impl StructuralPartialEq for PatternIdentifierList
Auto Trait Implementations§
impl Freeze for PatternIdentifierList
impl RefUnwindSafe for PatternIdentifierList
impl Send for PatternIdentifierList
impl Sync for PatternIdentifierList
impl Unpin for PatternIdentifierList
impl UnwindSafe for PatternIdentifierList
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