Enum machinebox::videobox::Status [] [src]

pub enum Status {
    Pending,
    Downloading,
    Processing,
    Complete,
    Failed,
    Unknown,
}

Indicates the status of a video processing job

Variants

Trait Implementations

impl Debug for Status
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Status
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl FromStr for Status
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Status

impl Sync for Status