Enum devicemapper::ThinStatus
source · pub enum ThinStatus {
Working(Box<ThinDevWorkingStatus>),
Error,
Fail,
}Expand description
Thin device status.
Variants§
Working(Box<ThinDevWorkingStatus>)
Thin device is good. Includes number of mapped sectors, and highest mapped sector.
Error
Devicemapper has reported that it could not obtain the status
Fail
Thin device is failed.
Trait Implementations§
source§impl Clone for ThinStatus
impl Clone for ThinStatus
source§fn clone(&self) -> ThinStatus
fn clone(&self) -> ThinStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more