Enum gluster_xdr::res [] [src]

pub enum res {
    STAT_SUCC,
    STAT_FAIL,
}

Variants

Trait Implementations

impl Debug for res
[src]

Formats the value using the given formatter.

impl Eq for res
[src]

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

impl Clone for res
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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