Enum gluster_xdr::gf_cli_status_type [] [src]

pub enum gf_cli_status_type {
    GF_CLI_STATUS_NONE,
    GF_CLI_STATUS_MEM,
    GF_CLI_STATUS_CLIENTS,
    GF_CLI_STATUS_INODE,
    GF_CLI_STATUS_FD,
    GF_CLI_STATUS_CALLPOOL,
    GF_CLI_STATUS_DETAIL,
    GF_CLI_STATUS_TASKS,
    GF_CLI_STATUS_MASK,
    GF_CLI_STATUS_VOL,
    GF_CLI_STATUS_ALL,
    GF_CLI_STATUS_BRICK,
    GF_CLI_STATUS_NFS,
    GF_CLI_STATUS_SHD,
    GF_CLI_STATUS_QUOTAD,
    GF_CLI_STATUS_SNAPD,
    GF_CLI_STATUS_BITD,
    GF_CLI_STATUS_SCRUB,
}

Variants

Trait Implementations

impl Debug for gf_cli_status_type
[src]

Formats the value using the given formatter.

impl Eq for gf_cli_status_type
[src]

impl PartialEq for gf_cli_status_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_cli_status_type
[src]

impl Clone for gf_cli_status_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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