logo
pub struct ObjectData { /* private fields */ }
Expand description

Defines the kind of an object and its internal methods

Implementations

Create the Array object data and reference its exclusive internal methods

Create the ArrayIterator object data

Create the Map object data

Create the MapIterator object data

Create the RegExp object data

Create the RegExpStringIterator object data

Create the BigInt object data

Create the Boolean object data

Create the ForInIterator object data

Create the Function object data

Create the Set object data

Create the SetIterator object data

Create the String object data and reference its exclusive internal methods

Create the StringIterator object data

Create the Number object data

Create the Symbol object data

Create the Error object data

Create the Ordinary object data

Create the Date object data

Create the Global object data

Create the NativeObject object data

Trait Implementations

Formats the value using the given formatter. Read more
Executes the destructor for this type. Read more
Marks all contained Gcs.
Increments the root-count of all contained Gcs.
Decrements the root-count of all contained Gcs.
Runs Finalize::finalize() on this object and all contained subobjects Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Convert the Rust type which implements NativeObject to a &dyn Any.
Convert the Rust type which implements NativeObject to a &mut dyn Any.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.