pub enum QueueJobState {
Pending,
InFlight,
}Variants§
Trait Implementations§
Source§impl Clone for QueueJobState
impl Clone for QueueJobState
Source§fn clone(&self) -> QueueJobState
fn clone(&self) -> QueueJobState
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 moreSource§impl Debug for QueueJobState
impl Debug for QueueJobState
Source§impl PartialEq for QueueJobState
impl PartialEq for QueueJobState
impl Copy for QueueJobState
impl Eq for QueueJobState
impl StructuralPartialEq for QueueJobState
Auto Trait Implementations§
impl Freeze for QueueJobState
impl RefUnwindSafe for QueueJobState
impl Send for QueueJobState
impl Sync for QueueJobState
impl Unpin for QueueJobState
impl UnwindSafe for QueueJobState
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