Enum gluster_xdr::glusterd_volume_status [] [src]

pub enum glusterd_volume_status {
    GLUSTERD_STATUS_NONE,
    GLUSTERD_STATUS_STARTED,
    GLUSTERD_STATUS_STOPPED,
}

Variants

Trait Implementations

impl Debug for glusterd_volume_status
[src]

Formats the value using the given formatter.

impl Eq for glusterd_volume_status
[src]

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

impl Clone for glusterd_volume_status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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