pub struct RedisJobQueueBackendOptions { /* private fields */ }Implementations§
Source§impl RedisJobQueueBackendOptions
impl RedisJobQueueBackendOptions
pub fn min_idle_time(self, d: Duration) -> Self
pub fn new_delivery_fetch_timeout(self, d: Duration) -> Self
pub fn polling_interval(self, d: Duration) -> Self
Trait Implementations§
Source§impl Clone for RedisJobQueueBackendOptions
impl Clone for RedisJobQueueBackendOptions
Source§fn clone(&self) -> RedisJobQueueBackendOptions
fn clone(&self) -> RedisJobQueueBackendOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RedisJobQueueBackendOptions
impl RefUnwindSafe for RedisJobQueueBackendOptions
impl Send for RedisJobQueueBackendOptions
impl Sync for RedisJobQueueBackendOptions
impl Unpin for RedisJobQueueBackendOptions
impl UnwindSafe for RedisJobQueueBackendOptions
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