Struct cdp::browser::GetWindowForTargetResponse
[−]
[src]
pub struct GetWindowForTargetResponse { pub window_id: WindowId, pub bounds: Bounds, }
[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
window_id: WindowId
Browser window id.
bounds: Bounds
Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.
Trait Implementations
impl Clone for GetWindowForTargetResponse
[src]
fn clone(&self) -> GetWindowForTargetResponse
[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 Debug for GetWindowForTargetResponse
[src]
impl PartialEq for GetWindowForTargetResponse
[src]
fn eq(&self, __arg_0: &GetWindowForTargetResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GetWindowForTargetResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for GetWindowForTargetResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Browser.getWindowForTarget"