pub struct WorkerErrorReportedEventParams {
pub error_message: ServiceWorkerErrorMessage,
}Fields§
§error_message: ServiceWorkerErrorMessageTrait Implementations§
Source§impl Clone for WorkerErrorReportedEventParams
impl Clone for WorkerErrorReportedEventParams
Source§fn clone(&self) -> WorkerErrorReportedEventParams
fn clone(&self) -> WorkerErrorReportedEventParams
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<'de> Deserialize<'de> for WorkerErrorReportedEventParams
impl<'de> Deserialize<'de> for WorkerErrorReportedEventParams
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
Source§impl PartialEq for WorkerErrorReportedEventParams
impl PartialEq for WorkerErrorReportedEventParams
Source§fn eq(&self, other: &WorkerErrorReportedEventParams) -> bool
fn eq(&self, other: &WorkerErrorReportedEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WorkerErrorReportedEventParams
Auto Trait Implementations§
impl Freeze for WorkerErrorReportedEventParams
impl RefUnwindSafe for WorkerErrorReportedEventParams
impl Send for WorkerErrorReportedEventParams
impl Sync for WorkerErrorReportedEventParams
impl Unpin for WorkerErrorReportedEventParams
impl UnwindSafe for WorkerErrorReportedEventParams
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