Struct cdp::service_worker::SetForceUpdateOnPageLoadCommand [] [src]

pub struct SetForceUpdateOnPageLoadCommand {
    pub force_update_on_page_load: bool,
}

[Experimental]

Command ServiceWorker.setForceUpdateOnPageLoad

Domain Module: cdp::service_worker
Command Struct: cdp::service_worker::SetForceUpdateOnPageLoadCommand
Response Struct: cdp::service_worker::SetForceUpdateOnPageLoadResponse

Fields

Trait Implementations

impl Clone for SetForceUpdateOnPageLoadCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetForceUpdateOnPageLoadCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "ServiceWorker.setForceUpdateOnPageLoad"

impl SerializeCdpCommand for SetForceUpdateOnPageLoadCommand
[src]

[src]

[src]

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

[src]

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