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

Evaluation result.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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