Struct cdp::service_worker::WorkerRegistrationUpdatedEvent [] [src]

pub struct WorkerRegistrationUpdatedEvent<'a> {
    pub registrations: Vec<ServiceWorkerRegistration<'a>>,
}

[Experimental]

Event ServiceWorker.workerRegistrationUpdated

Domain Module: cdp::service_worker
Event Struct: cdp::service_worker::WorkerRegistrationUpdatedEvent

Fields

Trait Implementations

impl<'a> Clone for WorkerRegistrationUpdatedEvent<'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 WorkerRegistrationUpdatedEvent<'a>
[src]

[src]

Formats the value using the given formatter.

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

EVENT_NAME: &'static str = "ServiceWorker.workerRegistrationUpdated"

impl<'a> SerializeCdpEvent for WorkerRegistrationUpdatedEvent<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpEvent<'de> for WorkerRegistrationUpdatedEvent<'a>
[src]

[src]