Enum devicemapper::ThinPoolStatusSummary[][src]

pub enum ThinPoolStatusSummary {
    Good,
    ReadOnly,
    OutOfSpace,
}

Indicates if a working thinpool is working optimally, or is experiencing a non-fatal error condition.

Variants

The pool is working normally.

The pool has been forced to transition to read-only mode.

The pool is out of space.

Trait Implementations

impl Clone for ThinPoolStatusSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ThinPoolStatusSummary
[src]

impl Debug for ThinPoolStatusSummary
[src]

Formats the value using the given formatter. Read more

impl Eq for ThinPoolStatusSummary
[src]

impl PartialEq for ThinPoolStatusSummary
[src]

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

This method tests for !=.

Auto Trait Implementations