pub struct AssignmentArrayPattern {
pub elements: Vec<AssignmentArrayElement>,
}Fields§
§elements: Vec<AssignmentArrayElement>Trait Implementations§
Source§impl Clone for AssignmentArrayPattern
impl Clone for AssignmentArrayPattern
Source§fn clone(&self) -> AssignmentArrayPattern
fn clone(&self) -> AssignmentArrayPattern
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 AssignmentArrayPattern
impl Debug for AssignmentArrayPattern
impl Eq for AssignmentArrayPattern
Source§impl PartialEq for AssignmentArrayPattern
impl PartialEq for AssignmentArrayPattern
impl StructuralPartialEq for AssignmentArrayPattern
Auto Trait Implementations§
impl Freeze for AssignmentArrayPattern
impl RefUnwindSafe for AssignmentArrayPattern
impl Send for AssignmentArrayPattern
impl Sync for AssignmentArrayPattern
impl Unpin for AssignmentArrayPattern
impl UnsafeUnpin for AssignmentArrayPattern
impl UnwindSafe for AssignmentArrayPattern
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