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
command_log: Vec<Empty>
The array of canvas function calls.
Trait Implementations
impl Clone for SnapshotCommandLogResponse[src]
fn clone(&self) -> SnapshotCommandLogResponse[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for SnapshotCommandLogResponse[src]
impl PartialEq for SnapshotCommandLogResponse[src]
fn eq(&self, __arg_0: &SnapshotCommandLogResponse) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SnapshotCommandLogResponse) -> bool[src]
This method tests for !=.
impl CdpCommand for SnapshotCommandLogResponse[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "LayerTree.snapshotCommandLog"