Struct cdp::target::ActivateTargetCommand [] [src]

pub struct ActivateTargetCommand<'a> {
    pub target_id: TargetId<'a>,
}

[Experimental] Activates (focuses) the target.

Command Target.activateTarget

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

Fields

Trait Implementations

impl<'a> Clone for ActivateTargetCommand<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for ActivateTargetCommand<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for ActivateTargetCommand<'a>
[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<'a> CdpCommand for ActivateTargetCommand<'a>
[src]

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

impl<'a> SerializeCdpCommand for ActivateTargetCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for ActivateTargetCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for ActivateTargetCommand<'a>
[src]