Struct ecmascript::ast::Property [−][src]
pub struct Property { pub key: Expression, pub value: Expression, pub kind: PropertyKind, }
Fields
key: Expression
value: Expression
kind: PropertyKind
Trait Implementations
impl Debug for Property
[src]
impl Debug for Property
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for Property
[src]
impl Clone for Property
fn clone(&self) -> Property
[src]
fn clone(&self) -> Property
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for Property
[src]
impl PartialEq for Property