pub enum AssignmentArrayElement {
Target(AssignmentTargetNode),
Elision,
Missing(MissingNode),
}Variants§
Trait Implementations§
Source§impl Clone for AssignmentArrayElement
impl Clone for AssignmentArrayElement
Source§fn clone(&self) -> AssignmentArrayElement
fn clone(&self) -> AssignmentArrayElement
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 Debug for AssignmentArrayElement
impl Debug for AssignmentArrayElement
impl Eq for AssignmentArrayElement
Source§impl PartialEq for AssignmentArrayElement
impl PartialEq for AssignmentArrayElement
impl StructuralPartialEq for AssignmentArrayElement
Auto Trait Implementations§
impl Freeze for AssignmentArrayElement
impl RefUnwindSafe for AssignmentArrayElement
impl Send for AssignmentArrayElement
impl Sync for AssignmentArrayElement
impl Unpin for AssignmentArrayElement
impl UnsafeUnpin for AssignmentArrayElement
impl UnwindSafe for AssignmentArrayElement
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