Enum gluster_xdr::gf1_cli_snapshot [] [src]

pub enum gf1_cli_snapshot {
    GF_SNAP_OPTION_TYPE_NONE,
    GF_SNAP_OPTION_TYPE_CREATE,
    GF_SNAP_OPTION_TYPE_DELETE,
    GF_SNAP_OPTION_TYPE_RESTORE,
    GF_SNAP_OPTION_TYPE_ACTIVATE,
    GF_SNAP_OPTION_TYPE_DEACTIVATE,
    GF_SNAP_OPTION_TYPE_LIST,
    GF_SNAP_OPTION_TYPE_STATUS,
    GF_SNAP_OPTION_TYPE_CONFIG,
    GF_SNAP_OPTION_TYPE_CLONE,
    GF_SNAP_OPTION_TYPE_INFO,
}

Variants

Trait Implementations

impl Debug for gf1_cli_snapshot
[src]

Formats the value using the given formatter.

impl Eq for gf1_cli_snapshot
[src]

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

impl Clone for gf1_cli_snapshot
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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