pub struct WorkerErrorEventArgs {
pub message: String,
}Fields§
§message: StringTrait Implementations§
Source§impl Clone for WorkerErrorEventArgs
impl Clone for WorkerErrorEventArgs
Source§fn clone(&self) -> WorkerErrorEventArgs
fn clone(&self) -> WorkerErrorEventArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WorkerErrorEventArgs
impl Debug for WorkerErrorEventArgs
impl Eq for WorkerErrorEventArgs
Source§impl PartialEq for WorkerErrorEventArgs
impl PartialEq for WorkerErrorEventArgs
impl StructuralPartialEq for WorkerErrorEventArgs
Auto Trait Implementations§
impl Freeze for WorkerErrorEventArgs
impl RefUnwindSafe for WorkerErrorEventArgs
impl Send for WorkerErrorEventArgs
impl Sync for WorkerErrorEventArgs
impl Unpin for WorkerErrorEventArgs
impl UnsafeUnpin for WorkerErrorEventArgs
impl UnwindSafe for WorkerErrorEventArgs
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