Enum gluster_xdr::gf1_op_commands [] [src]

pub enum gf1_op_commands {
    GF_OP_CMD_NONE,
    GF_OP_CMD_START,
    GF_OP_CMD_COMMIT,
    GF_OP_CMD_STOP,
    GF_OP_CMD_STATUS,
    GF_OP_CMD_COMMIT_FORCE,
    GF_OP_CMD_DETACH_START,
    GF_OP_CMD_DETACH_COMMIT,
    GF_OP_CMD_DETACH_COMMIT_FORCE,
    GF_OP_CMD_STOP_DETACH_TIER,
}

Variants

Trait Implementations

impl Debug for gf1_op_commands
[src]

Formats the value using the given formatter.

impl Eq for gf1_op_commands
[src]

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

impl Clone for gf1_op_commands
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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