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

Trait Implementations

impl Debug for BlockdevDriver
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevDriver
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevDriver

impl Sync for BlockdevDriver