pub enum JobKind {
Prefetch,
Maintenance,
}Expand description
Job types queued within the daemon scheduler.
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JobKind
impl<'de> Deserialize<'de> for JobKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for JobKind
impl Eq for JobKind
impl StructuralPartialEq for JobKind
Auto Trait Implementations§
impl Freeze for JobKind
impl RefUnwindSafe for JobKind
impl Send for JobKind
impl Sync for JobKind
impl Unpin for JobKind
impl UnwindSafe for JobKind
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