Struct cdp::css::GetBackgroundColorsCommand [] [src]

pub struct GetBackgroundColorsCommand {
    pub node_id: NodeId,
}

[Experimental]

Command CSS.getBackgroundColors

Domain Module: cdp::css
Command Struct: cdp::css::GetBackgroundColorsCommand
Response Struct: cdp::css::GetBackgroundColorsResponse

Fields

Id of the node to get background colors for.

Trait Implementations

impl Clone for GetBackgroundColorsCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetBackgroundColorsCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for GetBackgroundColorsCommand
[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 CdpCommand for GetBackgroundColorsCommand
[src]

COMMAND_NAME: &'static str = "CSS.getBackgroundColors"

impl SerializeCdpCommand for GetBackgroundColorsCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for GetBackgroundColorsCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for GetBackgroundColorsCommand
[src]