Struct cdp::memory::SetPressureNotificationsSuppressedCommand [] [src]

pub struct SetPressureNotificationsSuppressedCommand {
    pub suppressed: bool,
}

[Experimental] Enable/disable suppressing memory pressure notifications in all processes.

Command Memory.setPressureNotificationsSuppressed

Domain Module: cdp::memory
Command Struct: cdp::memory::SetPressureNotificationsSuppressedCommand
Response Struct: cdp::memory::SetPressureNotificationsSuppressedResponse

Fields

If true, memory pressure notifications will be suppressed.

Trait Implementations

impl Clone for SetPressureNotificationsSuppressedCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetPressureNotificationsSuppressedCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Memory.setPressureNotificationsSuppressed"

impl SerializeCdpCommand for SetPressureNotificationsSuppressedCommand
[src]

[src]

[src]

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

[src]

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