pub enum BackgroundClaimKind {
Batchless,
Batch,
}Expand description
Background queue modality selected by a dedicated daemon worker.
Variants§
Batchless
Requests submitted without a file-backed batch.
Batch
Requests belonging to a file-backed background batch.
Trait Implementations§
Source§impl Clone for BackgroundClaimKind
impl Clone for BackgroundClaimKind
Source§fn clone(&self) -> BackgroundClaimKind
fn clone(&self) -> BackgroundClaimKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BackgroundClaimKind
Source§impl Debug for BackgroundClaimKind
impl Debug for BackgroundClaimKind
impl Eq for BackgroundClaimKind
Source§impl PartialEq for BackgroundClaimKind
impl PartialEq for BackgroundClaimKind
impl StructuralPartialEq for BackgroundClaimKind
Auto Trait Implementations§
impl Freeze for BackgroundClaimKind
impl RefUnwindSafe for BackgroundClaimKind
impl Send for BackgroundClaimKind
impl Sync for BackgroundClaimKind
impl Unpin for BackgroundClaimKind
impl UnsafeUnpin for BackgroundClaimKind
impl UnwindSafe for BackgroundClaimKind
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