pub enum ClosureParametersChildren<'tree> {
Pattern(Box<Pattern<'tree>>),
Parameter(Box<Parameter<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for ClosureParametersChildren<'tree>
impl<'tree> Clone for ClosureParametersChildren<'tree>
Source§fn clone(&self) -> ClosureParametersChildren<'tree>
fn clone(&self) -> ClosureParametersChildren<'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 ClosureParametersChildren<'tree>
impl<'tree> Debug for ClosureParametersChildren<'tree>
Source§impl<'tree> FromNode<'tree> for ClosureParametersChildren<'tree>
impl<'tree> FromNode<'tree> for ClosureParametersChildren<'tree>
Source§impl<'tree> PartialEq for ClosureParametersChildren<'tree>
impl<'tree> PartialEq for ClosureParametersChildren<'tree>
Source§fn eq(&self, other: &ClosureParametersChildren<'tree>) -> bool
fn eq(&self, other: &ClosureParametersChildren<'tree>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Spanned for ClosureParametersChildren<'_>
impl Spanned for ClosureParametersChildren<'_>
impl<'tree> Eq for ClosureParametersChildren<'tree>
impl<'tree> StructuralPartialEq for ClosureParametersChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ClosureParametersChildren<'tree>
impl<'tree> RefUnwindSafe for ClosureParametersChildren<'tree>
impl<'tree> Send for ClosureParametersChildren<'tree>
impl<'tree> Sync for ClosureParametersChildren<'tree>
impl<'tree> Unpin for ClosureParametersChildren<'tree>
impl<'tree> UnsafeUnpin for ClosureParametersChildren<'tree>
impl<'tree> UnwindSafe for ClosureParametersChildren<'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