pub enum FieldPatternPattern<'tree> {
Pattern(Box<Pattern<'tree>>),
Signature(Box<Signature<'tree>>),
ViewPattern(Box<ViewPattern<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for FieldPatternPattern<'tree>
impl<'tree> Clone for FieldPatternPattern<'tree>
Source§fn clone(&self) -> FieldPatternPattern<'tree>
fn clone(&self) -> FieldPatternPattern<'tree>
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<'tree> Debug for FieldPatternPattern<'tree>
impl<'tree> Debug for FieldPatternPattern<'tree>
Source§impl<'tree> FromNode<'tree> for FieldPatternPattern<'tree>
impl<'tree> FromNode<'tree> for FieldPatternPattern<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for FieldPatternPattern<'tree>
impl<'tree> RefUnwindSafe for FieldPatternPattern<'tree>
impl<'tree> Send for FieldPatternPattern<'tree>
impl<'tree> Sync for FieldPatternPattern<'tree>
impl<'tree> Unpin for FieldPatternPattern<'tree>
impl<'tree> UnsafeUnpin for FieldPatternPattern<'tree>
impl<'tree> UnwindSafe for FieldPatternPattern<'tree>
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