Struct cdp::target::AttachToTargetCommand [] [src]

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

[Experimental] Attaches to the target with given id.

Command Target.attachToTarget

Domain Module: cdp::target
Command Struct: cdp::target::AttachToTargetCommand
Response Struct: cdp::target::AttachToTargetResponse

Fields

Trait Implementations

impl<'a> Clone for AttachToTargetCommand<'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 AttachToTargetCommand<'a>
[src]

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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