Struct cdp::service_worker::DispatchSyncEventCommand [] [src]

pub struct DispatchSyncEventCommand<'a> {
    pub origin: Cow<'a, str>,
    pub registration_id: Cow<'a, str>,
    pub tag: Cow<'a, str>,
    pub last_chance: bool,
}

[Experimental]

Command ServiceWorker.dispatchSyncEvent

Domain Module: cdp::service_worker
Command Struct: cdp::service_worker::DispatchSyncEventCommand
Response Struct: cdp::service_worker::DispatchSyncEventResponse

Fields

Trait Implementations

impl<'a> Clone for DispatchSyncEventCommand<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for DispatchSyncEventCommand<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for DispatchSyncEventCommand<'a>
[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<'a> CdpCommand for DispatchSyncEventCommand<'a>
[src]

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

impl<'a> SerializeCdpCommand for DispatchSyncEventCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for DispatchSyncEventCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for DispatchSyncEventCommand<'a>
[src]