pub struct ServiceWorkerErrorMessage {
pub error_message: String,
pub registration_id: RegistrationID,
pub version_id: String,
pub source_url: String,
pub line_number: JsUInt,
pub column_number: JsUInt,
}Fields§
§error_message: String§registration_id: RegistrationID§version_id: String§source_url: String§line_number: JsUInt§column_number: JsUIntTrait Implementations§
source§impl Clone for ServiceWorkerErrorMessage
impl Clone for ServiceWorkerErrorMessage
source§fn clone(&self) -> ServiceWorkerErrorMessage
fn clone(&self) -> ServiceWorkerErrorMessage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ServiceWorkerErrorMessage
impl Debug for ServiceWorkerErrorMessage
source§impl<'de> Deserialize<'de> for ServiceWorkerErrorMessage
impl<'de> Deserialize<'de> for ServiceWorkerErrorMessage
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more