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
session_id: SessionId<'a>
Id assigned to the session.
Trait Implementations
impl<'a> Clone for AttachToTargetResponse<'a>
[src]
fn clone(&self) -> AttachToTargetResponse<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> Debug for AttachToTargetResponse<'a>
[src]
impl<'a> PartialEq for AttachToTargetResponse<'a>
[src]
fn eq(&self, __arg_0: &AttachToTargetResponse<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &AttachToTargetResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for AttachToTargetResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Target.attachToTarget"