Struct cdp::dom::GetAttributesCommand [] [src]

pub struct GetAttributesCommand {
    pub node_id: NodeId,
}

Returns attributes for the specified node.

Command DOM.getAttributes

Domain Module: cdp::dom
Command Struct: cdp::dom::GetAttributesCommand
Response Struct: cdp::dom::GetAttributesResponse

Fields

Id of the node to retrieve attibutes for.

Trait Implementations

impl Clone for GetAttributesCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetAttributesCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "DOM.getAttributes"

impl SerializeCdpCommand for GetAttributesCommand
[src]

[src]

[src]

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

[src]

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