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

The id of the layer snapshot.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

impl<'a, 'b> HasCdpCommand<'a> for MakeSnapshotResponse<'b>
[src]