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