Enum annis::MeStatuses[][src]

pub enum MeStatuses {
    work_id,
    kind,
    Invalid,
}

used by me_statuses() function
/v1/me/statuses assepts parameters.

Variants

Trait Implementations

impl Debug for MeStatuses
[src]

Formats the value using the given formatter. Read more

impl Clone for MeStatuses
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MeStatuses
[src]

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

This method tests for !=.

impl IsValid for MeStatuses
[src]

impl From<MeStatuses> for String
[src]

Performs the conversion.

impl From<&'static str> for MeStatuses
[src]

Performs the conversion.

impl From<String> for MeStatuses
[src]

Performs the conversion.

impl Display for MeStatuses
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MeStatuses

impl Sync for MeStatuses