Struct cdp::page::SetAutoAttachToCreatedPagesCommand [] [src]

pub struct SetAutoAttachToCreatedPagesCommand {
    pub auto_attach: bool,
}

[Experimental] Controls whether browser will open a new inspector window for connected pages.

Command Page.setAutoAttachToCreatedPages

Domain Module: cdp::page
Command Struct: cdp::page::SetAutoAttachToCreatedPagesCommand
Response Struct: cdp::page::SetAutoAttachToCreatedPagesResponse

Fields

If true, browser will open a new inspector window for every page created from this one.

Trait Implementations

impl Clone for SetAutoAttachToCreatedPagesCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetAutoAttachToCreatedPagesCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Page.setAutoAttachToCreatedPages"

impl SerializeCdpCommand for SetAutoAttachToCreatedPagesCommand
[src]

[src]

[src]

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

[src]

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