Struct cdp::target::SetDiscoverTargetsResponse [] [src]

pub struct SetDiscoverTargetsResponse;

[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

Trait Implementations

impl Clone for SetDiscoverTargetsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetDiscoverTargetsResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetDiscoverTargetsResponse
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Serialize for SetDiscoverTargetsResponse
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for SetDiscoverTargetsResponse
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for SetDiscoverTargetsResponse
[src]

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

impl<'a> HasCdpCommand<'a> for SetDiscoverTargetsResponse
[src]