Enum qapi_qmp::BlockDeviceIoStatus [−][src]
pub enum BlockDeviceIoStatus {
ok,
failed,
nospace,
}Variants
okfailednospace
Trait Implementations
impl Debug for BlockDeviceIoStatus[src]
impl Debug for BlockDeviceIoStatusfn 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 BlockDeviceIoStatus[src]
impl Clone for BlockDeviceIoStatusfn clone(&self) -> BlockDeviceIoStatus[src]
fn clone(&self) -> BlockDeviceIoStatusReturns 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 BlockDeviceIoStatus
impl Send for BlockDeviceIoStatusimpl Sync for BlockDeviceIoStatus
impl Sync for BlockDeviceIoStatus