Struct cdp::service_worker::ServiceWorkerRegistration
[−]
[src]
pub struct ServiceWorkerRegistration<'a> { pub registration_id: Cow<'a, str>, pub scope_url: Cow<'a, str>, pub is_deleted: bool, }
[Experimental] ServiceWorker registration.
Fields
registration_id: Cow<'a, str>
scope_url: Cow<'a, str>
is_deleted: bool
Trait Implementations
impl<'a> Clone for ServiceWorkerRegistration<'a>
[src]
fn clone(&self) -> ServiceWorkerRegistration<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> Debug for ServiceWorkerRegistration<'a>
[src]
impl<'a> PartialEq for ServiceWorkerRegistration<'a>
[src]
fn eq(&self, __arg_0: &ServiceWorkerRegistration<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ServiceWorkerRegistration<'a>) -> bool
[src]
This method tests for !=
.