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

Trait Implementations

impl Clone for RaidType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RaidType
[src]

[src]

Formats the value using the given formatter.

impl FromStr for RaidType
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more