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

True if emulation is supported.

Trait Implementations

impl Clone for CanEmulateResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CanEmulateResponse
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Emulation.canEmulate"

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