Struct cdp::network::CanEmulateNetworkConditionsResponse [] [src]

pub struct CanEmulateNetworkConditionsResponse {
    pub result: bool,
}

[Experimental] Tells whether emulation of network conditions is supported.

Command Network.canEmulateNetworkConditions

Domain Module: cdp::network
Command Struct: cdp::network::CanEmulateNetworkConditionsCommand
Response Struct: cdp::network::CanEmulateNetworkConditionsResponse

Fields

True if emulation of network conditions is supported.

Trait Implementations

impl Clone for CanEmulateNetworkConditionsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CanEmulateNetworkConditionsResponse
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Network.canEmulateNetworkConditions"

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