Struct cdp::heap_profiler::GetHeapObjectIdCommand [] [src]

pub struct GetHeapObjectIdCommand<'a> {
    pub object_id: RemoteObjectId<'a>,
}

[Experimental]

Command HeapProfiler.getHeapObjectId

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

Fields

Identifier of the object to get heap object id for.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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