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