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