Enum gluster::VolumeType [] [src]

pub enum VolumeType {
    Distribute,
    Stripe,
    Replicate,
    StripedAndReplicate,
    Disperse,
    DistributedAndStripe,
    DistributedAndReplicate,
    DistributedAndStripedAndReplicate,
    DistributedAndDisperse,
}

These are all the different Volume types that are possible in Gluster Note: Tier is not represented here because I'm waiting for it to become more stable For more information about these types see: Gluster Volume

Variants

Methods

impl VolumeType
[src]

Constructs a new VolumeType from a &str

Returns a enum variant of the given String.

Returns a String representation of the selected enum variant.

Trait Implementations

impl Debug for VolumeType
[src]

Formats the value using the given formatter.

impl Eq for VolumeType
[src]

impl PartialEq for VolumeType
[src]

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

This method tests for !=.