Enum devicemapper::ThinPoolStatus [] [src]

pub enum ThinPoolStatus {
    Good(ThinPoolWorkingStatusThinPoolBlockUsage),
    Fail,
}

Top-level thinpool status that indicates if it is working or failed.

Variants

The thinpool is working.

The thinpool is in a failed condition.

Trait Implementations

impl Debug for ThinPoolStatus
[src]

Formats the value using the given formatter.

impl Clone for ThinPoolStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ThinPoolStatus
[src]