pub struct WorkerProgressEventArgs {
pub message: String,
}Fields§
§message: StringTrait Implementations§
Source§impl Clone for WorkerProgressEventArgs
impl Clone for WorkerProgressEventArgs
Source§fn clone(&self) -> WorkerProgressEventArgs
fn clone(&self) -> WorkerProgressEventArgs
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 WorkerProgressEventArgs
impl Debug for WorkerProgressEventArgs
impl Eq for WorkerProgressEventArgs
Source§impl PartialEq for WorkerProgressEventArgs
impl PartialEq for WorkerProgressEventArgs
impl StructuralPartialEq for WorkerProgressEventArgs
Auto Trait Implementations§
impl Freeze for WorkerProgressEventArgs
impl RefUnwindSafe for WorkerProgressEventArgs
impl Send for WorkerProgressEventArgs
impl Sync for WorkerProgressEventArgs
impl Unpin for WorkerProgressEventArgs
impl UnsafeUnpin for WorkerProgressEventArgs
impl UnwindSafe for WorkerProgressEventArgs
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