Struct cdp::target::CreateTargetResponse [] [src]

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

[Experimental] Creates a new page.

Command Target.createTarget

Domain Module: cdp::target
Command Struct: cdp::target::CreateTargetCommand
Response Struct: cdp::target::CreateTargetResponse

Fields

The id of the page opened.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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