pub struct RedisJobContext { /* private fields */ }Auto Trait Implementations§
impl Freeze for RedisJobContext
impl RefUnwindSafe for RedisJobContext
impl Send for RedisJobContext
impl Sync for RedisJobContext
impl Unpin for RedisJobContext
impl UnwindSafe for RedisJobContext
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