#[non_exhaustive]pub enum Job {
Table,
Attempts,
Cmd,
Id,
Namespace,
Params,
Random,
Sha1,
Timestamp,
Title,
Token,
TokenTimestamp,
}Expand description
job table
Documentation may be available on mediawiki.org.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Table
Attempts
job_attempts column
Cmd
job_cmd column
Id
job_id column
Namespace
job_namespace column
Params
job_params column
Random
job_random column
Sha1
job_sha1 column
Timestamp
job_timestamp column
Title
job_title column
Token
job_token column
TokenTimestamp
job_token_timestamp column
Trait Implementations§
Source§impl Iden for Job
impl Iden for Job
impl Copy for Job
Auto Trait Implementations§
impl Freeze for Job
impl RefUnwindSafe for Job
impl Send for Job
impl Sync for Job
impl Unpin for Job
impl UnsafeUnpin for Job
impl UnwindSafe for Job
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