Enum qapi_qmp::BlockdevOptions
source · [−]pub enum BlockdevOptions {
Show 42 variants
blkdebug {
base: BlockdevOptionsBase,
blkdebug: BlockdevOptionsBlkdebug,
},
blklogwrites {
base: BlockdevOptionsBase,
blklogwrites: BlockdevOptionsBlklogwrites,
},
blkreplay {
base: BlockdevOptionsBase,
blkreplay: BlockdevOptionsBlkreplay,
},
blkverify {
base: BlockdevOptionsBase,
blkverify: BlockdevOptionsBlkverify,
},
bochs {
base: BlockdevOptionsBase,
bochs: BlockdevOptionsGenericFormat,
},
cloop {
base: BlockdevOptionsBase,
cloop: BlockdevOptionsGenericFormat,
},
compress {
base: BlockdevOptionsBase,
compress: BlockdevOptionsGenericFormat,
},
copy_before_write {
base: BlockdevOptionsBase,
copy_before_write: BlockdevOptionsCbw,
},
copy_on_read {
base: BlockdevOptionsBase,
copy_on_read: BlockdevOptionsCor,
},
dmg {
base: BlockdevOptionsBase,
dmg: BlockdevOptionsGenericFormat,
},
file {
base: BlockdevOptionsBase,
file: BlockdevOptionsFile,
},
ftp {
base: BlockdevOptionsBase,
ftp: BlockdevOptionsCurlFtp,
},
ftps {
base: BlockdevOptionsBase,
ftps: BlockdevOptionsCurlFtps,
},
gluster {
base: BlockdevOptionsBase,
gluster: BlockdevOptionsGluster,
},
host_cdrom {
base: BlockdevOptionsBase,
host_cdrom: BlockdevOptionsFile,
},
host_device {
base: BlockdevOptionsBase,
host_device: BlockdevOptionsFile,
},
http {
base: BlockdevOptionsBase,
http: BlockdevOptionsCurlHttp,
},
https {
base: BlockdevOptionsBase,
https: BlockdevOptionsCurlHttps,
},
iscsi {
base: BlockdevOptionsBase,
iscsi: BlockdevOptionsIscsi,
},
luks {
base: BlockdevOptionsBase,
luks: BlockdevOptionsLUKS,
},
nbd {
base: BlockdevOptionsBase,
nbd: BlockdevOptionsNbd,
},
nfs {
base: BlockdevOptionsBase,
nfs: BlockdevOptionsNfs,
},
null_aio {
base: BlockdevOptionsBase,
null_aio: BlockdevOptionsNull,
},
null_co {
base: BlockdevOptionsBase,
null_co: BlockdevOptionsNull,
},
nvme {
base: BlockdevOptionsBase,
nvme: BlockdevOptionsNVMe,
},
parallels {
base: BlockdevOptionsBase,
parallels: BlockdevOptionsGenericFormat,
},
preallocate {
base: BlockdevOptionsBase,
preallocate: BlockdevOptionsPreallocate,
},
qcow {
base: BlockdevOptionsBase,
qcow: BlockdevOptionsQcow,
},
qcow2 {
base: BlockdevOptionsBase,
qcow2: BlockdevOptionsQcow2,
},
qed {
base: BlockdevOptionsBase,
qed: BlockdevOptionsGenericCOWFormat,
},
quorum {
base: BlockdevOptionsBase,
quorum: BlockdevOptionsQuorum,
},
raw {
base: BlockdevOptionsBase,
raw: BlockdevOptionsRaw,
},
rbd {
base: BlockdevOptionsBase,
rbd: BlockdevOptionsRbd,
},
replication {
base: BlockdevOptionsBase,
replication: BlockdevOptionsReplication,
},
snapshot_access {
base: BlockdevOptionsBase,
snapshot_access: BlockdevOptionsGenericFormat,
},
ssh {
base: BlockdevOptionsBase,
ssh: BlockdevOptionsSsh,
},
throttle {
base: BlockdevOptionsBase,
throttle: BlockdevOptionsThrottle,
},
vdi {
base: BlockdevOptionsBase,
vdi: BlockdevOptionsGenericFormat,
},
vhdx {
base: BlockdevOptionsBase,
vhdx: BlockdevOptionsGenericFormat,
},
vmdk {
base: BlockdevOptionsBase,
vmdk: BlockdevOptionsGenericCOWFormat,
},
vpc {
base: BlockdevOptionsBase,
vpc: BlockdevOptionsGenericFormat,
},
vvfat {
base: BlockdevOptionsBase,
vvfat: BlockdevOptionsVVFAT,
},
}Variants
blkdebug
blklogwrites
blkreplay
blkverify
bochs
cloop
compress
copy_before_write
copy_on_read
dmg
file
ftp
ftps
gluster
host_cdrom
host_device
http
https
iscsi
luks
nbd
nfs
null_aio
null_co
nvme
parallels
preallocate
qcow
qcow2
qed
quorum
raw
rbd
replication
snapshot_access
ssh
throttle
vdi
vhdx
vmdk
vpc
vvfat
Implementations
sourceimpl BlockdevOptions
impl BlockdevOptions
pub fn driver(&self) -> BlockdevDriver
Trait Implementations
sourceimpl Clone for BlockdevOptions
impl Clone for BlockdevOptions
sourcefn clone(&self) -> BlockdevOptions
fn clone(&self) -> BlockdevOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BlockdevOptions
impl Debug for BlockdevOptions
sourceimpl<'de> Deserialize<'de> for BlockdevOptions
impl<'de> Deserialize<'de> for BlockdevOptions
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<(BlockdevOptionsBlkdebug, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsBlkdebug, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsBlkdebug, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsBlkdebug, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsBlklogwrites, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsBlklogwrites, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsBlklogwrites, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsBlklogwrites, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsBlkreplay, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsBlkreplay, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsBlkreplay, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsBlkreplay, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsBlkverify, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsBlkverify, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsBlkverify, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsBlkverify, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsCbw, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsCbw, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsCbw, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsCbw, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsCor, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsCor, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsCor, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsCor, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsCurlFtp, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsCurlFtp, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsCurlFtp, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsCurlFtp, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsCurlFtps, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsCurlFtps, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsCurlFtps, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsCurlFtps, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsCurlHttp, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsCurlHttp, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsCurlHttp, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsCurlHttp, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsCurlHttps, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsCurlHttps, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsCurlHttps, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsCurlHttps, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsGluster, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsGluster, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsGluster, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsGluster, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsIscsi, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsIscsi, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsIscsi, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsIscsi, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsLUKS, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsLUKS, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsLUKS, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsLUKS, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsNVMe, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsNVMe, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsNVMe, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsNVMe, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsNbd, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsNbd, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsNbd, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsNbd, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsNfs, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsNfs, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsNfs, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsNfs, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsPreallocate, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsPreallocate, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsPreallocate, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsPreallocate, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsQcow, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsQcow, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsQcow, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsQcow, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsQcow2, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsQcow2, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsQcow2, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsQcow2, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsQuorum, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsQuorum, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsQuorum, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsQuorum, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsRaw, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsRaw, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsRaw, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsRaw, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsRbd, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsRbd, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsRbd, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsRbd, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsReplication, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsReplication, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsReplication, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsReplication, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsSsh, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsSsh, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsSsh, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsSsh, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsThrottle, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsThrottle, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsThrottle, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsThrottle, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<(BlockdevOptionsVVFAT, BlockdevOptionsBase)> for BlockdevOptions
impl From<(BlockdevOptionsVVFAT, BlockdevOptionsBase)> for BlockdevOptions
sourcefn from(val: (BlockdevOptionsVVFAT, BlockdevOptionsBase)) -> Self
fn from(val: (BlockdevOptionsVVFAT, BlockdevOptionsBase)) -> Self
Converts to this type from the input type.
sourceimpl From<BlockdevOptions> for blockdev_add
impl From<BlockdevOptions> for blockdev_add
sourcefn from(val: BlockdevOptions) -> Self
fn from(val: BlockdevOptions) -> Self
Converts to this type from the input type.
sourceimpl Serialize for BlockdevOptions
impl Serialize for BlockdevOptions
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptions
impl Send for BlockdevOptions
impl Sync for BlockdevOptions
impl Unpin for BlockdevOptions
impl UnwindSafe for BlockdevOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more