[][src]Enum qapi_qmp::BlockdevDriver

pub enum BlockdevDriver {
    blkdebug,
    blklogwrites,
    blkreplay,
    blkverify,
    bochs,
    cloop,
    compress,
    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,
}

Variants

blkdebug
blklogwrites
blkreplay
blkverify
bochs
cloop
compress
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

Trait Implementations

impl Clone for BlockdevDriver[src]

impl Copy for BlockdevDriver[src]

impl Debug for BlockdevDriver[src]

impl<'de> Deserialize<'de> for BlockdevDriver[src]

impl Enum for BlockdevDriver[src]

impl Eq for BlockdevDriver[src]

impl FromStr for BlockdevDriver[src]

type Err = ()

The associated error which can be returned from parsing.

impl Hash for BlockdevDriver[src]

impl Ord for BlockdevDriver[src]

impl PartialEq<BlockdevDriver> for BlockdevDriver[src]

impl PartialOrd<BlockdevDriver> for BlockdevDriver[src]

impl Serialize for BlockdevDriver[src]

impl StructuralEq for BlockdevDriver[src]

impl StructuralPartialEq for BlockdevDriver[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.