Struct cdp::layer_tree::SnapshotCommandLogCommand [] [src]

pub struct SnapshotCommandLogCommand<'a> {
    pub snapshot_id: SnapshotId<'a>,
}

[Experimental] Replays the layer snapshot and returns canvas log.

Command LayerTree.snapshotCommandLog

Domain Module: cdp::layer_tree
Command Struct: cdp::layer_tree::SnapshotCommandLogCommand
Response Struct: cdp::layer_tree::SnapshotCommandLogResponse

Fields

The id of the layer snapshot.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "LayerTree.snapshotCommandLog"

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

[src]

[src]

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

[src]

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