Enum qapi_qmp::BlockdevRef[][src]

pub enum BlockdevRef {
    definition(Box<BlockdevOptions>),
    reference(String),
}

Variants

Trait Implementations

impl Debug for BlockdevRef
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevRef

impl Sync for BlockdevRef