Struct sidekiq::Job [] [src]

pub struct Job {
    pub class: String,
    pub jid: String,
    pub args: Vec<JValue>,
    pub created_at: Option<DateTime<UTC>>,
    pub enqueued_at: DateTime<UTC>,
    pub queue: String,
    pub retry: BoolOrUSize,
    pub extra: BTreeMap<String, JValue>,
    pub namespace: String,
}

Fields

Methods

impl Job
[src]

Trait Implementations

impl Debug for Job
[src]

Formats the value using the given formatter.

impl Clone for Job
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deserialize for Job
[src]

Deserialize this value given this Deserializer.

impl Serialize for Job
[src]

Serializes this value into this serializer.