Enum gluster_xdr::fsh_access [] [src]

pub enum fsh_access {
    fsa_NONE,
    fsa_R,
    fsa_W,
    fsa_RW,
}

Variants

Trait Implementations

impl Debug for fsh_access
[src]

Formats the value using the given formatter.

impl Eq for fsh_access
[src]

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

impl Clone for fsh_access
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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