Struct cdp::tethering::BindCommand [] [src]

pub struct BindCommand {
    pub port: i32,
}

[Experimental] Request browser port binding.

Command Tethering.bind

Domain Module: cdp::tethering
Command Struct: cdp::tethering::BindCommand
Response Struct: cdp::tethering::BindResponse

Fields

Port number to bind.

Trait Implementations

impl Clone for BindCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BindCommand
[src]

[src]

Formats the value using the given formatter.

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

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

impl SerializeCdpCommand for BindCommand
[src]

[src]

[src]

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

[src]

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