Enum todoist_rs::resource::UploadState [] [src]

pub enum UploadState {
    Pending,
    Completed,
}

Variants

Trait Implementations

impl Debug for UploadState
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for UploadState
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for UploadState

impl Sync for UploadState