Struct cdp::heap_profiler::GetObjectByHeapObjectIdResponse
[−]
[src]
pub struct GetObjectByHeapObjectIdResponse<'a> { pub result: RemoteObject<'a>, }
[Experimental]
Command HeapProfiler.getObjectByHeapObjectId
Domain Module: cdp::heap_profiler
Command Struct: cdp::heap_profiler::GetObjectByHeapObjectIdCommand
Response Struct: cdp::heap_profiler::GetObjectByHeapObjectIdResponse
Fields
result: RemoteObject<'a>
Evaluation result.
Trait Implementations
impl<'a> Clone for GetObjectByHeapObjectIdResponse<'a>
[src]
fn clone(&self) -> GetObjectByHeapObjectIdResponse<'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 GetObjectByHeapObjectIdResponse<'a>
[src]
impl<'a> PartialEq for GetObjectByHeapObjectIdResponse<'a>
[src]
fn eq(&self, __arg_0: &GetObjectByHeapObjectIdResponse<'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: &GetObjectByHeapObjectIdResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for GetObjectByHeapObjectIdResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "HeapProfiler.getObjectByHeapObjectId"