pub struct MetaDataObjectProperty {
pub key: Bytes,
pub value: MetaDataValue,
}Expand description
The ScriptDataObjectProperty is the component of Object and ECMAArray,
which are a kind of ScriptDataValue.
Fields§
§key: BytesObject property name.
value: MetaDataValueObject property value.
Trait Implementations§
Source§impl Clone for MetaDataObjectProperty
impl Clone for MetaDataObjectProperty
Source§fn clone(&self) -> MetaDataObjectProperty
fn clone(&self) -> MetaDataObjectProperty
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 MetaDataObjectProperty
impl Debug for MetaDataObjectProperty
Source§impl PartialEq for MetaDataObjectProperty
impl PartialEq for MetaDataObjectProperty
impl StructuralPartialEq for MetaDataObjectProperty
Auto Trait Implementations§
impl !Freeze for MetaDataObjectProperty
impl RefUnwindSafe for MetaDataObjectProperty
impl Send for MetaDataObjectProperty
impl Sync for MetaDataObjectProperty
impl Unpin for MetaDataObjectProperty
impl UnsafeUnpin for MetaDataObjectProperty
impl UnwindSafe for MetaDataObjectProperty
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