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
heap_snapshot_object_id: HeapSnapshotObjectId<'a>
Id of the heap snapshot object corresponding to the passed remote object id.
Trait Implementations
impl<'a> Clone for GetHeapObjectIdResponse<'a>
[src]
fn clone(&self) -> GetHeapObjectIdResponse<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> Debug for GetHeapObjectIdResponse<'a>
[src]
impl<'a> PartialEq for GetHeapObjectIdResponse<'a>
[src]
fn eq(&self, __arg_0: &GetHeapObjectIdResponse<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GetHeapObjectIdResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for GetHeapObjectIdResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "HeapProfiler.getHeapObjectId"