Enum qapi_qmp::BlockdevRef [−][src]
pub enum BlockdevRef { reference(String), definition(Box<BlockdevOptions>), }
Variants
reference(String)
definition(Box<BlockdevOptions>)
Trait Implementations
impl Debug for BlockdevRef
[src]
impl Debug for BlockdevRef
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for BlockdevRef
[src]
impl Clone for BlockdevRef
fn clone(&self) -> BlockdevRef
[src]
fn clone(&self) -> BlockdevRef
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for BlockdevRef
impl Send for BlockdevRef
impl Sync for BlockdevRef
impl Sync for BlockdevRef