pub struct JobQueueOptions { /* private fields */ }Implementations§
Source§impl JobQueueOptions
impl JobQueueOptions
pub fn consumption_failure_backoff_interval(self, d: Duration) -> Self
Trait Implementations§
Source§impl Clone for JobQueueOptions
impl Clone for JobQueueOptions
Source§fn clone(&self) -> JobQueueOptions
fn clone(&self) -> JobQueueOptions
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 JobQueueOptions
impl RefUnwindSafe for JobQueueOptions
impl Send for JobQueueOptions
impl Sync for JobQueueOptions
impl Unpin for JobQueueOptions
impl UnwindSafe for JobQueueOptions
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