Enum gluster_xdr::gf1_cli_snapshot_config [] [src]

pub enum gf1_cli_snapshot_config {
    GF_SNAP_CONFIG_TYPE_NONE,
    GF_SNAP_CONFIG_TYPE_SET,
    GF_SNAP_CONFIG_DISPLAY,
}

Variants

Trait Implementations

impl Debug for gf1_cli_snapshot_config
[src]

Formats the value using the given formatter.

impl Eq for gf1_cli_snapshot_config
[src]

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

impl Clone for gf1_cli_snapshot_config
[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_config
[src]

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