Enum zfs::SpaLoadState [] [src]

pub enum SpaLoadState {
    None,
    Open,
    Import,
    TryImport,
    Recover,
    Error,
}

Internal SPA load state. Used by FMA diagnosis engine.

Variants

Trait Implementations

impl Copy for SpaLoadState
[src]

impl Clone for SpaLoadState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SpaLoadState
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.