Struct cdp::browser::GetWindowForTargetCommand [] [src]

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

[Experimental] Get the browser window that contains the devtools target.

Command Browser.getWindowForTarget

Domain Module: cdp::browser
Command Struct: cdp::browser::GetWindowForTargetCommand
Response Struct: cdp::browser::GetWindowForTargetResponse

Fields

Devtools agent host id.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Browser.getWindowForTarget"

impl<'a> SerializeCdpCommand for GetWindowForTargetCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for GetWindowForTargetCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for GetWindowForTargetCommand<'a>
[src]