Enum qapi_qmp::BlockdevDriver [−][src]
pub enum BlockdevDriver { blkdebug, blklogwrites, blkverify, bochs, cloop, copy_on_read, dmg, file, ftp, ftps, gluster, host_cdrom, host_device, http, https, iscsi, luks, nbd, nfs, null_aio, null_co, nvme, parallels, qcow, qcow2, qed, quorum, raw, rbd, replication, sheepdog, ssh, throttle, vdi, vhdx, vmdk, vpc, vvfat, vxhs, }
Variants
blkdebug
blklogwrites
blkverify
bochs
cloop
copy_on_read
dmg
file
ftp
ftps
gluster
host_cdrom
host_device
http
https
iscsi
luks
nbd
nfs
null_aio
null_co
nvme
parallels
qcow
qcow2
qed
quorum
raw
rbd
replication
sheepdog
ssh
throttle
vdi
vhdx
vmdk
vpc
vvfat
vxhs
Trait Implementations
impl Debug for BlockdevDriver
[src]
impl Debug for BlockdevDriver
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 BlockdevDriver
[src]
impl Clone for BlockdevDriver
fn clone(&self) -> BlockdevDriver
[src]
fn clone(&self) -> BlockdevDriver
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 BlockdevDriver
impl Send for BlockdevDriver
impl Sync for BlockdevDriver
impl Sync for BlockdevDriver