Enum qapi_qmp::BlockdevChangeReadOnlyMode[][src]

pub enum BlockdevChangeReadOnlyMode {
    retain,
    read_only,
    read_write,
}

Variants

Trait Implementations

impl Debug for BlockdevChangeReadOnlyMode
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevChangeReadOnlyMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevChangeReadOnlyMode

impl Sync for BlockdevChangeReadOnlyMode