Struct cdp::layer_tree::MakeSnapshotCommand [] [src]

pub struct MakeSnapshotCommand<'a> {
    pub layer_id: LayerId<'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.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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