Enum theca::Status [] [src]

pub enum Status {
    Blank,
    Started,
    Urgent,
}

Variants

Trait Implementations

impl Clone for Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Status
[src]

impl PartialEq for Status
[src]

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

This method tests for !=.

impl Debug for Status
[src]

Formats the value using the given formatter.

impl Encodable for Status
[src]

Serialize a value using an Encoder.

impl Decodable for Status
[src]

Deserialize a value using a Decoder.

impl Display for Status
[src]

Formats the value using the given formatter. Read more