pub enum QuotedPatternChildren<'tree> {
Pattern(Box<Pattern<'tree>>),
Signature(Box<Signature<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for QuotedPatternChildren<'tree>
impl<'tree> Clone for QuotedPatternChildren<'tree>
Source§fn clone(&self) -> QuotedPatternChildren<'tree>
fn clone(&self) -> QuotedPatternChildren<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QuotedPatternChildren<'tree>
impl<'tree> Debug for QuotedPatternChildren<'tree>
impl<'tree> Eq for QuotedPatternChildren<'tree>
Source§impl<'tree> FromNode<'tree> for QuotedPatternChildren<'tree>
impl<'tree> FromNode<'tree> for QuotedPatternChildren<'tree>
Source§impl<'tree> PartialEq for QuotedPatternChildren<'tree>
impl<'tree> PartialEq for QuotedPatternChildren<'tree>
Source§impl Spanned for QuotedPatternChildren<'_>
impl Spanned for QuotedPatternChildren<'_>
impl<'tree> StructuralPartialEq for QuotedPatternChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for QuotedPatternChildren<'tree>
impl<'tree> RefUnwindSafe for QuotedPatternChildren<'tree>
impl<'tree> Send for QuotedPatternChildren<'tree>
impl<'tree> Sync for QuotedPatternChildren<'tree>
impl<'tree> Unpin for QuotedPatternChildren<'tree>
impl<'tree> UnsafeUnpin for QuotedPatternChildren<'tree>
impl<'tree> UnwindSafe for QuotedPatternChildren<'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