Enum devicemapper::ThinPoolStatus
[−]
[src]
pub enum ThinPoolStatus {
Good(ThinPoolWorkingStatus, ThinPoolBlockUsage),
Fail,
}Top-level thinpool status that indicates if it is working or failed.
Variants
Good(ThinPoolWorkingStatus, ThinPoolBlockUsage)The thinpool is working.
FailThe thinpool is in a failed condition.
Trait Implementations
impl Debug for ThinPoolStatus[src]
impl Clone for ThinPoolStatus[src]
fn clone(&self) -> ThinPoolStatus[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