Struct cdp::target::GetTargetsResponse
[−]
[src]
pub struct GetTargetsResponse<'a> { pub target_infos: Vec<TargetInfo<'a>>, }
[Experimental] Retrieves a list of available targets.
Command Target.getTargets
Domain Module: cdp::target
Command Struct: cdp::target::GetTargetsCommand
Response Struct: cdp::target::GetTargetsResponse
Fields
target_infos: Vec<TargetInfo<'a>>
The list of targets.
Trait Implementations
impl<'a> Clone for GetTargetsResponse<'a>
[src]
fn clone(&self) -> GetTargetsResponse<'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 GetTargetsResponse<'a>
[src]
impl<'a> PartialEq for GetTargetsResponse<'a>
[src]
fn eq(&self, __arg_0: &GetTargetsResponse<'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: &GetTargetsResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for GetTargetsResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Target.getTargets"