Enum gfapi_sys::gluster::GlusterLogLevel [] [src]

#[repr(i32)]
pub enum GlusterLogLevel { None, Emerg, Alert, Critical, Error, Warning, Notice, Info, Debug, Trace, }

None to Trace correspond to the equivalent gluster log levels

Variants

Trait Implementations

impl PartialEq for GlusterLogLevel
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for GlusterLogLevel
[src]

[src]

Formats the value using the given formatter. Read more

impl Hash for GlusterLogLevel
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations