Struct cdp::layer_tree::MakeSnapshotResponse
[−]
[src]
pub struct MakeSnapshotResponse<'a> {
pub snapshot_id: SnapshotId<'a>,
}[Experimental] Returns the layer snapshot identifier.
Command LayerTree.makeSnapshot
Domain Module: cdp::layer_tree
Command Struct: cdp::layer_tree::MakeSnapshotCommand
Response Struct: cdp::layer_tree::MakeSnapshotResponse
Fields
snapshot_id: SnapshotId<'a>
The id of the layer snapshot.
Trait Implementations
impl<'a> Clone for MakeSnapshotResponse<'a>[src]
fn clone(&self) -> MakeSnapshotResponse<'a>[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<'a> Debug for MakeSnapshotResponse<'a>[src]
impl<'a> PartialEq for MakeSnapshotResponse<'a>[src]
fn eq(&self, __arg_0: &MakeSnapshotResponse<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &MakeSnapshotResponse<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpCommand for MakeSnapshotResponse<'a>[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "LayerTree.makeSnapshot"