Enum devicemapper::ThinPoolStatus
[−]
[src]
pub enum ThinPoolStatus {
Working(Box<ThinPoolWorkingStatus>),
Fail,
}Top-level thinpool status that indicates if it is working or failed.
Variants
Working(Box<ThinPoolWorkingStatus>)The thinpool has not failed utterly.
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