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 duplicate 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
impl StructuralPartialEq for ServiceWorkerErrorMessage
Auto Trait Implementations§
impl Freeze for ServiceWorkerErrorMessage
impl RefUnwindSafe for ServiceWorkerErrorMessage
impl Send for ServiceWorkerErrorMessage
impl Sync for ServiceWorkerErrorMessage
impl Unpin for ServiceWorkerErrorMessage
impl UnwindSafe for ServiceWorkerErrorMessage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more