Struct cdp::tethering::UnbindCommand [] [src]

pub struct UnbindCommand {
    pub port: i32,
}

[Experimental] Request browser port unbinding.

Command Tethering.unbind

Domain Module: cdp::tethering
Command Struct: cdp::tethering::UnbindCommand
Response Struct: cdp::tethering::UnbindResponse

Fields

Port number to unbind.

Trait Implementations

impl Clone for UnbindCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UnbindCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Tethering.unbind"

impl SerializeCdpCommand for UnbindCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for UnbindCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for UnbindCommand
[src]