Struct cdp::layer_tree::CompositingReasonsResponse [] [src]

pub struct CompositingReasonsResponse<'a> {
    pub compositing_reasons: Vec<Cow<'a, str>>,
}

[Experimental] Provides the reasons why the given layer was composited.

Command LayerTree.compositingReasons

Domain Module: cdp::layer_tree
Command Struct: cdp::layer_tree::CompositingReasonsCommand
Response Struct: cdp::layer_tree::CompositingReasonsResponse

Fields

A list of strings specifying reasons for the given layer to become composited.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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