Enum openstack::image::ImageStatus [] [src]

pub enum ImageStatus {
    Queued,
    Saving,
    Active,
    Killed,
    Deleted,
    PendingDelete,
    Deactivated,
    // some variants omitted
}

Possible image statuses.

Variants

Trait Implementations

impl Debug for ImageStatus
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ImageStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ImageStatus
[src]

impl PartialEq for ImageStatus
[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 Eq for ImageStatus
[src]

impl<'de> Deserialize<'de> for ImageStatus
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Display for ImageStatus
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for ImageStatus
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl From<ImageStatus> for String
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ImageStatus

impl Sync for ImageStatus