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