Struct cdp::heap_profiler::GetHeapObjectIdResponse [] [src]

pub struct GetHeapObjectIdResponse<'a> {
    pub heap_snapshot_object_id: HeapSnapshotObjectId<'a>,
}

[Experimental]

Command HeapProfiler.getHeapObjectId

Domain Module: cdp::heap_profiler
Command Struct: cdp::heap_profiler::GetHeapObjectIdCommand
Response Struct: cdp::heap_profiler::GetHeapObjectIdResponse

Fields

Id of the heap snapshot object corresponding to the passed remote object id.

Trait Implementations

impl<'a> Clone for GetHeapObjectIdResponse<'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 GetHeapObjectIdResponse<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for GetHeapObjectIdResponse<'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 GetHeapObjectIdResponse<'a>
[src]

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

impl<'a, 'b> HasCdpCommand<'a> for GetHeapObjectIdResponse<'b>
[src]