Enum qapi_qmp::BlockdevDriver
[−]
[src]
pub enum BlockdevDriver { blkdebug, blkverify, bochs, cloop, dmg, file, ftp, ftps, gluster, host_cdrom, host_device, http, https, iscsi, luks, nbd, nfs, null_aio, null_co, parallels, qcow, qcow2, qed, quorum, raw, rbd, replication, sheepdog, ssh, throttle, vdi, vhdx, vmdk, vpc, vvfat, vxhs, }
Variants
blkdebug
blkverify
bochs
cloop
dmg
file
ftp
ftps
gluster
host_cdrom
host_device
http
https
iscsi
luks
nbd
nfs
null_aio
null_co
parallels
qcow
qcow2
qed
quorum
raw
rbd
replication
sheepdog
ssh
throttle
vdi
vhdx
vmdk
vpc
vvfat
vxhs
Trait Implementations
impl Debug for BlockdevDriver
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlockdevDriver
[src]
fn clone(&self) -> BlockdevDriver
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more