Enum qapi_qmp::BlockdevOptions
source · [−]pub enum BlockdevOptions {
Show 42 variants
preallocate {
base: BlockdevOptionsBase,
preallocate: BlockdevOptionsPreallocate,
},
vvfat {
base: BlockdevOptionsBase,
vvfat: BlockdevOptionsVVFAT,
},
null_co {
base: BlockdevOptionsBase,
null_co: BlockdevOptionsNull,
},
nvme {
base: BlockdevOptionsBase,
nvme: BlockdevOptionsNVMe,
},
vmdk {
base: BlockdevOptionsBase,
vmdk: BlockdevOptionsGenericCOWFormat,
},
ftp {
base: BlockdevOptionsBase,
ftp: BlockdevOptionsCurlFtp,
},
vdi {
base: BlockdevOptionsBase,
vdi: BlockdevOptionsGenericFormat,
},
bochs {
base: BlockdevOptionsBase,
bochs: BlockdevOptionsGenericFormat,
},
throttle {
base: BlockdevOptionsBase,
throttle: BlockdevOptionsThrottle,
},
ftps {
base: BlockdevOptionsBase,
ftps: BlockdevOptionsCurlFtps,
},
dmg {
base: BlockdevOptionsBase,
dmg: BlockdevOptionsGenericFormat,
},
replication {
base: BlockdevOptionsBase,
replication: BlockdevOptionsReplication,
},
cloop {
base: BlockdevOptionsBase,
cloop: BlockdevOptionsGenericFormat,
},
http {
base: BlockdevOptionsBase,
http: BlockdevOptionsCurlHttp,
},
quorum {
base: BlockdevOptionsBase,
quorum: BlockdevOptionsQuorum,
},
ssh {
base: BlockdevOptionsBase,
ssh: BlockdevOptionsSsh,
},
luks {
base: BlockdevOptionsBase,
luks: BlockdevOptionsLUKS,
},
vhdx {
base: BlockdevOptionsBase,
vhdx: BlockdevOptionsGenericFormat,
},
qcow2 {
base: BlockdevOptionsBase,
qcow2: BlockdevOptionsQcow2,
},
blkverify {
base: BlockdevOptionsBase,
blkverify: BlockdevOptionsBlkverify,
},
null_aio {
base: BlockdevOptionsBase,
null_aio: BlockdevOptionsNull,
},
raw {
base: BlockdevOptionsBase,
raw: BlockdevOptionsRaw,
},
blkreplay {
base: BlockdevOptionsBase,
blkreplay: BlockdevOptionsBlkreplay,
},
host_cdrom {
base: BlockdevOptionsBase,
host_cdrom: BlockdevOptionsFile,
},
compress {
base: BlockdevOptionsBase,
compress: BlockdevOptionsGenericFormat,
},
nbd {
base: BlockdevOptionsBase,
nbd: BlockdevOptionsNbd,
},
copy_before_write {
base: BlockdevOptionsBase,
copy_before_write: BlockdevOptionsCbw,
},
qed {
base: BlockdevOptionsBase,
qed: BlockdevOptionsGenericCOWFormat,
},
gluster {
base: BlockdevOptionsBase,
gluster: BlockdevOptionsGluster,
},
snapshot_access {
base: BlockdevOptionsBase,
snapshot_access: BlockdevOptionsGenericFormat,
},
vpc {
base: BlockdevOptionsBase,
vpc: BlockdevOptionsGenericFormat,
},
blklogwrites {
base: BlockdevOptionsBase,
blklogwrites: BlockdevOptionsBlklogwrites,
},
blkdebug {
base: BlockdevOptionsBase,
blkdebug: BlockdevOptionsBlkdebug,
},
file {
base: BlockdevOptionsBase,
file: BlockdevOptionsFile,
},
https {
base: BlockdevOptionsBase,
https: BlockdevOptionsCurlHttps,
},
nfs {
base: BlockdevOptionsBase,
nfs: BlockdevOptionsNfs,
},
parallels {
base: BlockdevOptionsBase,
parallels: BlockdevOptionsGenericFormat,
},
copy_on_read {
base: BlockdevOptionsBase,
copy_on_read: BlockdevOptionsCor,
},
host_device {
base: BlockdevOptionsBase,
host_device: BlockdevOptionsFile,
},
iscsi {
base: BlockdevOptionsBase,
iscsi: BlockdevOptionsIscsi,
},
qcow {
base: BlockdevOptionsBase,
qcow: BlockdevOptionsQcow,
},
rbd {
base: BlockdevOptionsBase,
rbd: BlockdevOptionsRbd,
},
}Variants
preallocate
vvfat
null_co
nvme
vmdk
ftp
vdi
bochs
throttle
ftps
dmg
replication
cloop
http
quorum
ssh
luks
vhdx
qcow2
blkverify
null_aio
raw
blkreplay
host_cdrom
compress
nbd
copy_before_write
qed
gluster
snapshot_access
vpc
blklogwrites
blkdebug
file
https
nfs
parallels
copy_on_read
host_device
iscsi
qcow
rbd
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 more
sourceimpl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more