pub struct JobTask<T: Send + 'static, E: Send + 'static, D: Send + 'static> { /* private fields */ }
Implementations§
Source§impl<T: Send + 'static, E: Send + 'static, D: Send + 'static> JobTask<T, E, D>
impl<T: Send + 'static, E: Send + 'static, D: Send + 'static> JobTask<T, E, D>
Trait Implementations§
Auto Trait Implementations§
impl<T, E, D> Freeze for JobTask<T, E, D>
impl<T, E, D> RefUnwindSafe for JobTask<T, E, D>
impl<T, E, D> Send for JobTask<T, E, D>
impl<T, E, D> Sync for JobTask<T, E, D>
impl<T, E, D> Unpin for JobTask<T, E, D>
impl<T, E, D> UnwindSafe for JobTask<T, E, D>
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