pub struct MatchingPattern(/* private fields */);Expand description
A node in the syntax tree for $ast
Implementations§
Trait Implementations§
Source§impl Clone for MatchingPattern
impl Clone for MatchingPattern
Source§fn clone(&self) -> MatchingPattern
fn clone(&self) -> MatchingPattern
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 MatchingPattern
impl Debug for MatchingPattern
Source§impl Display for MatchingPattern
impl Display for MatchingPattern
Source§impl Hash for MatchingPattern
impl Hash for MatchingPattern
Source§impl PartialEq for MatchingPattern
impl PartialEq for MatchingPattern
impl Eq for MatchingPattern
impl StructuralPartialEq for MatchingPattern
Auto Trait Implementations§
impl Freeze for MatchingPattern
impl !RefUnwindSafe for MatchingPattern
impl !Send for MatchingPattern
impl !Sync for MatchingPattern
impl Unpin for MatchingPattern
impl !UnwindSafe for MatchingPattern
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