Struct cdp::layer_tree::SnapshotCommandLogResponse [] [src]

pub struct SnapshotCommandLogResponse {
    pub command_log: Vec<Empty>,
}

[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 array of canvas function calls.

Trait Implementations

impl Clone for SnapshotCommandLogResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SnapshotCommandLogResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SnapshotCommandLogResponse
[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 CdpCommand for SnapshotCommandLogResponse
[src]

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

impl<'a> HasCdpCommand<'a> for SnapshotCommandLogResponse
[src]