Struct cdp::runtime::SetCustomObjectFormatterEnabledCommand [] [src]

pub struct SetCustomObjectFormatterEnabledCommand {
    pub enabled: bool,
}

[Experimental]

Command Runtime.setCustomObjectFormatterEnabled

Domain Module: cdp::runtime
Command Struct: cdp::runtime::SetCustomObjectFormatterEnabledCommand
Response Struct: cdp::runtime::SetCustomObjectFormatterEnabledResponse

Fields

Trait Implementations

impl Clone for SetCustomObjectFormatterEnabledCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetCustomObjectFormatterEnabledCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Runtime.setCustomObjectFormatterEnabled"

impl SerializeCdpCommand for SetCustomObjectFormatterEnabledCommand
[src]

[src]

[src]

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

[src]

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