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