Struct apalis_core::worker::Ready
source · pub struct Ready<S, P> { /* private fields */ }
Expand description
A worker that is ready for running
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, P> Freeze for Ready<S, P>
impl<S, P> RefUnwindSafe for Ready<S, P>where
S: RefUnwindSafe,
P: RefUnwindSafe,
impl<S, P> Send for Ready<S, P>
impl<S, P> Sync for Ready<S, P>
impl<S, P> Unpin for Ready<S, P>
impl<S, P> UnwindSafe for Ready<S, P>where
S: UnwindSafe,
P: 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