Enum devicemapper::ThinPoolWorkingStatus
[−]
[src]
pub enum ThinPoolWorkingStatus {
Good,
ReadOnly,
OutOfSpace,
NeedsCheck,
}Indicates if a working thinpool is working optimally, or is experiencing a non-fatal error condition.
Variants
GoodThe pool is working normally.
ReadOnlyThe pool has been forced to transition to read-only mode.
OutOfSpaceThe pool is out of space.
NeedsCheckThe pool needs checking.
Trait Implementations
impl Debug for ThinPoolWorkingStatus[src]
impl Clone for ThinPoolWorkingStatus[src]
fn clone(&self) -> ThinPoolWorkingStatus[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more