Struct cdp::heap_profiler::AddInspectedHeapObjectCommand [] [src]

pub struct AddInspectedHeapObjectCommand<'a> {
    pub heap_object_id: HeapSnapshotObjectId<'a>,
}

[Experimental] Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).

Command HeapProfiler.addInspectedHeapObject

Domain Module: cdp::heap_profiler
Command Struct: cdp::heap_profiler::AddInspectedHeapObjectCommand
Response Struct: cdp::heap_profiler::AddInspectedHeapObjectResponse

Fields

Heap snapshot object id to be accessible by means of $x command line API.

Trait Implementations

impl<'a> Clone for AddInspectedHeapObjectCommand<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for AddInspectedHeapObjectCommand<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for AddInspectedHeapObjectCommand<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> CdpCommand for AddInspectedHeapObjectCommand<'a>
[src]

COMMAND_NAME: &'static str = "HeapProfiler.addInspectedHeapObject"

impl<'a> SerializeCdpCommand for AddInspectedHeapObjectCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for AddInspectedHeapObjectCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for AddInspectedHeapObjectCommand<'a>
[src]