Struct cdp::heap_profiler::GetObjectByHeapObjectIdCommand [] [src]

pub struct GetObjectByHeapObjectIdCommand<'a> {
    pub object_id: HeapSnapshotObjectId<'a>,
    pub object_group: Option<Cow<'a, str>>,
}

[Experimental]

Command HeapProfiler.getObjectByHeapObjectId

Domain Module: cdp::heap_profiler
Command Struct: cdp::heap_profiler::GetObjectByHeapObjectIdCommand
Response Struct: cdp::heap_profiler::GetObjectByHeapObjectIdResponse

Fields

Symbolic group name that can be used to release multiple objects.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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