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

The list of targets.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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