Struct cdp::emulation::CanEmulateResponse
[−]
[src]
pub struct CanEmulateResponse { pub result: bool, }
[Experimental] Tells whether emulation is supported.
Command Emulation.canEmulate
Domain Module: cdp::emulation
Command Struct: cdp::emulation::CanEmulateCommand
Response Struct: cdp::emulation::CanEmulateResponse
Fields
result: bool
True if emulation is supported.
Trait Implementations
impl Clone for CanEmulateResponse
[src]
fn clone(&self) -> CanEmulateResponse
[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 CanEmulateResponse
[src]
impl PartialEq for CanEmulateResponse
[src]
fn eq(&self, __arg_0: &CanEmulateResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CanEmulateResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for CanEmulateResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Emulation.canEmulate"