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
result: bool
True if emulation of network conditions is supported.
Trait Implementations
impl Clone for CanEmulateNetworkConditionsResponse
[src]
fn clone(&self) -> CanEmulateNetworkConditionsResponse
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for CanEmulateNetworkConditionsResponse
[src]
impl PartialEq for CanEmulateNetworkConditionsResponse
[src]
fn eq(&self, __arg_0: &CanEmulateNetworkConditionsResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CanEmulateNetworkConditionsResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for CanEmulateNetworkConditionsResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Network.canEmulateNetworkConditions"