Struct sidekiq::Job [] [src]

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

Fields

Trait Implementations

impl Debug for Job
[src]

Formats the value using the given formatter.

impl Deserialize for Job
[src]

Deserialize this value given this Deserializer.

impl Serialize for Job
[src]

Serializes this value into this serializer.