Struct cdp::service_worker::ServiceWorkerErrorMessage
[−]
[src]
pub struct ServiceWorkerErrorMessage<'a> { pub error_message: Cow<'a, str>, pub registration_id: Cow<'a, str>, pub version_id: Cow<'a, str>, pub source_url: Cow<'a, str>, pub line_number: i32, pub column_number: i32, }
[Experimental] ServiceWorker error message.
Fields
error_message: Cow<'a, str>
registration_id: Cow<'a, str>
version_id: Cow<'a, str>
source_url: Cow<'a, str>
line_number: i32
column_number: i32
Trait Implementations
impl<'a> Clone for ServiceWorkerErrorMessage<'a>
[src]
fn clone(&self) -> ServiceWorkerErrorMessage<'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 ServiceWorkerErrorMessage<'a>
[src]
impl<'a> PartialEq for ServiceWorkerErrorMessage<'a>
[src]
fn eq(&self, __arg_0: &ServiceWorkerErrorMessage<'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: &ServiceWorkerErrorMessage<'a>) -> bool
[src]
This method tests for !=
.