Struct cdp::target::CloseTargetCommand [] [src]

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

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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