Enum qapi_qmp::RbdAuthMode[][src]

pub enum RbdAuthMode {
    cephx,
    none,
}

Variants

Trait Implementations

impl Debug for RbdAuthMode
[src]

Formats the value using the given formatter. Read more

impl Clone for RbdAuthMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RbdAuthMode

impl Sync for RbdAuthMode