Enum block_utils::RaidType [−][src]
pub enum RaidType {
None,
Cisco,
Hp,
Lsi,
}What raid card if any the system is using to serve disks
Variants
NoneCiscoHpLsi
Trait Implementations
impl Clone for RaidType[src]
impl Clone for RaidTypefn clone(&self) -> RaidType[src]
fn clone(&self) -> RaidTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for RaidType[src]
impl Debug for RaidTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl FromStr for RaidType[src]
impl FromStr for RaidType