Struct apalis_core::worker::WorkerContext
source · pub struct WorkerContext<E: Executor> { /* private fields */ }Expand description
Stores the Workers context
Implementations§
source§impl<E: Executor + Send> WorkerContext<E>
impl<E: Executor + Send> WorkerContext<E>
Trait Implementations§
Auto Trait Implementations§
impl<E> RefUnwindSafe for WorkerContext<E>where E: RefUnwindSafe,
impl<E> Send for WorkerContext<E>where E: Send,
impl<E> Sync for WorkerContext<E>where E: Sync,
impl<E> Unpin for WorkerContext<E>where E: Unpin,
impl<E> UnwindSafe for WorkerContext<E>where E: UnwindSafe,
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