Struct chrome_remote_interface_model::heap_profiler::GetObjectByHeapObjectIdReturn[][src]

pub struct GetObjectByHeapObjectIdReturn { /* fields omitted */ }
This is supported on crate features experimental and HeapProfiler and Runtime only.

Implementations

Evaluation result.

Methods from Deref<Target = RemoteObject>

Object type.

Object subtype hint. Specified for object type values only. NOTE: If you change anything here, make sure to also update subtype in ObjectPreview and PropertyPreview below.

Object class (constructor) name. Specified for object type values only.

Remote object value in case of primitive values or JSON values (if it was requested).

Primitive value which can not be JSON-stringified does not have value, but gets this property.

String representation of the object.

Unique object identifier (for non-primitive values).

Preview containing abbreviated property values. Specified for object type values only.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.