Enum gluster::ScrubControl [] [src]

pub enum ScrubControl {
    Pause,
    Resume,
    Status,
    OnDemand,
}

Variants

Trait Implementations

impl FromStr for ScrubControl
[src]

The associated error which can be returned from parsing.

[src]

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