pub struct WorkerJobState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for WorkerJobState
impl Default for WorkerJobState
Source§fn default() -> WorkerJobState
fn default() -> WorkerJobState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WorkerJobState
impl RefUnwindSafe for WorkerJobState
impl Send for WorkerJobState
impl Sync for WorkerJobState
impl Unpin for WorkerJobState
impl UnsafeUnpin for WorkerJobState
impl UnwindSafe for WorkerJobState
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