Struct cdp::dom::CollectClassNamesFromSubtreeCommand [] [src]

pub struct CollectClassNamesFromSubtreeCommand {
    pub node_id: NodeId,
}

[Experimental] Collects class names for the node with given id and all of it's child nodes.

Command DOM.collectClassNamesFromSubtree

Domain Module: cdp::dom
Command Struct: cdp::dom::CollectClassNamesFromSubtreeCommand
Response Struct: cdp::dom::CollectClassNamesFromSubtreeResponse

Fields

Id of the node to collect class names.

Trait Implementations

impl Clone for CollectClassNamesFromSubtreeCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CollectClassNamesFromSubtreeCommand
[src]

[src]

Formats the value using the given formatter.

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

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

impl SerializeCdpCommand for CollectClassNamesFromSubtreeCommand
[src]

[src]

[src]

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

[src]

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