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

Trait Implementations

impl Clone for CloseTargetResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CloseTargetResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CloseTargetResponse
[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 CdpCommand for CloseTargetResponse
[src]

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

impl<'a> HasCdpCommand<'a> for CloseTargetResponse
[src]