Struct cdp::target::ActivateTargetResponse [] [src]

pub struct ActivateTargetResponse;

[Experimental] Activates (focuses) the target.

Command Target.activateTarget

Domain Module: cdp::target
Command Struct: cdp::target::ActivateTargetCommand
Response Struct: cdp::target::ActivateTargetResponse

Trait Implementations

impl Clone for ActivateTargetResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ActivateTargetResponse
[src]

[src]

Formats the value using the given formatter.

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

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for ActivateTargetResponse
[src]

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

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