pub struct ObjectBindingProperty {
pub name: PropertyName,
pub binding: Pattern,
pub initializer: Option<Box<Expr>>,
}Fields§
§name: PropertyName§binding: Pattern§initializer: Option<Box<Expr>>Trait Implementations§
Source§impl Clone for ObjectBindingProperty
impl Clone for ObjectBindingProperty
Source§fn clone(&self) -> ObjectBindingProperty
fn clone(&self) -> ObjectBindingProperty
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 ObjectBindingProperty
impl Debug for ObjectBindingProperty
impl Eq for ObjectBindingProperty
Source§impl PartialEq for ObjectBindingProperty
impl PartialEq for ObjectBindingProperty
impl StructuralPartialEq for ObjectBindingProperty
Auto Trait Implementations§
impl Freeze for ObjectBindingProperty
impl RefUnwindSafe for ObjectBindingProperty
impl Send for ObjectBindingProperty
impl Sync for ObjectBindingProperty
impl Unpin for ObjectBindingProperty
impl UnsafeUnpin for ObjectBindingProperty
impl UnwindSafe for ObjectBindingProperty
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