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 BlockdevReffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BlockdevRef[src]
impl Clone for BlockdevReffn clone(&self) -> BlockdevRef[src]
fn clone(&self) -> BlockdevRefReturns 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 BlockdevRefimpl Sync for BlockdevRef
impl Sync for BlockdevRef