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 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 WorkFetcher
impl Debug for WorkFetcher
Source§impl PartialEq for WorkFetcher
impl PartialEq for WorkFetcher
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