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