Struct cdp::target::AttachToTargetResponse [] [src]

pub struct AttachToTargetResponse<'a> {
    pub session_id: SessionId<'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

Id assigned to the session.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

impl<'a, 'b> HasCdpCommand<'a> for AttachToTargetResponse<'b>
[src]