Enum gluster_xdr::gf_quota_type [] [src]

pub enum gf_quota_type {
    GF_QUOTA_OPTION_TYPE_NONE,
    GF_QUOTA_OPTION_TYPE_ENABLE,
    GF_QUOTA_OPTION_TYPE_DISABLE,
    GF_QUOTA_OPTION_TYPE_LIMIT_USAGE,
    GF_QUOTA_OPTION_TYPE_REMOVE,
    GF_QUOTA_OPTION_TYPE_LIST,
    GF_QUOTA_OPTION_TYPE_VERSION,
    GF_QUOTA_OPTION_TYPE_ALERT_TIME,
    GF_QUOTA_OPTION_TYPE_SOFT_TIMEOUT,
    GF_QUOTA_OPTION_TYPE_HARD_TIMEOUT,
    GF_QUOTA_OPTION_TYPE_DEFAULT_SOFT_LIMIT,
    GF_QUOTA_OPTION_TYPE_VERSION_OBJECTS,
    GF_QUOTA_OPTION_TYPE_LIMIT_OBJECTS,
    GF_QUOTA_OPTION_TYPE_LIST_OBJECTS,
    GF_QUOTA_OPTION_TYPE_REMOVE_OBJECTS,
    GF_QUOTA_OPTION_TYPE_ENABLE_OBJECTS,
    GF_QUOTA_OPTION_TYPE_MAX,
}

Variants

Trait Implementations

impl Debug for gf_quota_type
[src]

Formats the value using the given formatter.

impl Eq for gf_quota_type
[src]

impl PartialEq for gf_quota_type
[src]

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

This method tests for !=.

impl Copy for gf_quota_type
[src]

impl Clone for gf_quota_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Out: Write> Pack<Out> for gf_quota_type
[src]

impl<In: Read> Unpack<In> for gf_quota_type
[src]