Enum sidekiq::WorkFetcher
source · pub enum WorkFetcher {
NoWorkFound,
Done,
}Variants§
Trait Implementations§
source§impl Clone for WorkFetcher
impl Clone for WorkFetcher
source§fn clone(&self) -> WorkFetcher
fn clone(&self) -> WorkFetcher
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 WorkFetcher
impl Debug for WorkFetcher
source§impl PartialEq for WorkFetcher
impl PartialEq for WorkFetcher
source§fn eq(&self, other: &WorkFetcher) -> bool
fn eq(&self, other: &WorkFetcher) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for WorkFetcher
impl StructuralPartialEq for WorkFetcher
Auto Trait Implementations§
impl Freeze for WorkFetcher
impl RefUnwindSafe for WorkFetcher
impl Send for WorkFetcher
impl Sync for WorkFetcher
impl Unpin for WorkFetcher
impl UnwindSafe for WorkFetcher
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