Enum gluster_xdr::nlm4_stats [] [src]

pub enum nlm4_stats {
    nlm4_granted,
    nlm4_denied,
    nlm4_denied_nolock,
    nlm4_blocked,
    nlm4_denied_grace_period,
    nlm4_deadlck,
    nlm4_rofs,
    nlm4_stale_fh,
    nlm4_fbig,
    nlm4_failed,
}

Variants

Trait Implementations

impl Debug for nlm4_stats
[src]

Formats the value using the given formatter.

impl Eq for nlm4_stats
[src]

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

impl Clone for nlm4_stats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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