Struct cdp::target::SetDiscoverTargetsCommand [] [src]

pub struct SetDiscoverTargetsCommand {
    pub discover: bool,
}

[Experimental] Controls whether to discover available targets and notify via targetCreated/targetInfoChanged/targetDestroyed events.

Command Target.setDiscoverTargets

Domain Module: cdp::target
Command Struct: cdp::target::SetDiscoverTargetsCommand
Response Struct: cdp::target::SetDiscoverTargetsResponse

Fields

Whether to discover available targets.

Trait Implementations

impl Clone for SetDiscoverTargetsCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetDiscoverTargetsCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Target.setDiscoverTargets"

impl SerializeCdpCommand for SetDiscoverTargetsCommand
[src]

[src]

[src]

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

[src]

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