Struct cdp::target::CloseTargetResponse
[−]
[src]
pub struct CloseTargetResponse { pub success: bool, }
[Experimental] Closes the target. If the target is a page that gets closed too.
Command Target.closeTarget
Domain Module: cdp::target
Command Struct: cdp::target::CloseTargetCommand
Response Struct: cdp::target::CloseTargetResponse
Fields
success: bool
Trait Implementations
impl Clone for CloseTargetResponse
[src]
fn clone(&self) -> CloseTargetResponse
[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 CloseTargetResponse
[src]
impl PartialEq for CloseTargetResponse
[src]
fn eq(&self, __arg_0: &CloseTargetResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CloseTargetResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for CloseTargetResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Target.closeTarget"