Struct job_queue::DispatchOptions
source · pub struct DispatchOptions {
pub queue: Option<String>,
pub delay: Option<Duration>,
}Fields§
§queue: Option<String>§delay: Option<Duration>Trait Implementations§
source§impl Clone for DispatchOptions
impl Clone for DispatchOptions
source§fn clone(&self) -> DispatchOptions
fn clone(&self) -> DispatchOptions
Returns a copy 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 moresource§impl Debug for DispatchOptions
impl Debug for DispatchOptions
source§impl Default for DispatchOptions
impl Default for DispatchOptions
source§fn default() -> DispatchOptions
fn default() -> DispatchOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DispatchOptions
impl Send for DispatchOptions
impl Sync for DispatchOptions
impl Unpin for DispatchOptions
impl UnwindSafe for DispatchOptions
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