Enum sidekiq::JobSuccessType [] [src]

pub enum JobSuccessType {
    Success,
    Ignore,
}

Variants

Trait Implementations

impl Debug for JobSuccessType
[src]

Formats the value using the given formatter.

impl Clone for JobSuccessType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more