Struct cdp::layer_tree::ReleaseSnapshotCommand [] [src]

pub struct ReleaseSnapshotCommand<'a> {
    pub snapshot_id: SnapshotId<'a>,
}

[Experimental] Releases layer snapshot captured by the back-end.

Command LayerTree.releaseSnapshot

Domain Module: cdp::layer_tree
Command Struct: cdp::layer_tree::ReleaseSnapshotCommand
Response Struct: cdp::layer_tree::ReleaseSnapshotResponse

Fields

The id of the layer snapshot.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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