Enum qapi_qmp::ObjectOptions
source · [−]pub enum ObjectOptions {
Show 37 variants
filter_mirror {
id: String,
filter_mirror: FilterMirrorProperties,
},
cryptodev_vhost_user {
id: String,
cryptodev_vhost_user: CryptodevVhostUserProperties,
},
tls_creds_anon {
id: String,
tls_creds_anon: TlsCredsAnonProperties,
},
sev_guest {
id: String,
sev_guest: SevGuestProperties,
},
filter_buffer {
id: String,
filter_buffer: FilterBufferProperties,
},
input_linux {
id: String,
input_linux: InputLinuxProperties,
},
filter_replay {
id: String,
filter_replay: NetfilterProperties,
},
colo_compare {
id: String,
colo_compare: ColoCompareProperties,
},
input_barrier {
id: String,
input_barrier: InputBarrierProperties,
},
rng_egd {
id: String,
rng_egd: RngEgdProperties,
},
authz_list {
id: String,
authz_list: AuthZListProperties,
},
pr_manager_helper {
id: String,
pr_manager_helper: PrManagerHelperProperties,
},
memory_backend_file {
id: String,
memory_backend_file: MemoryBackendFileProperties,
},
dbus_vmstate {
id: String,
dbus_vmstate: DBusVMStateProperties,
},
secret_keyring {
id: String,
secret_keyring: SecretKeyringProperties,
},
tls_creds_psk {
id: String,
tls_creds_psk: TlsCredsPskProperties,
},
filter_dump {
id: String,
filter_dump: FilterDumpProperties,
},
cryptodev_backend_builtin {
id: String,
cryptodev_backend_builtin: CryptodevBackendProperties,
},
iothread {
id: String,
iothread: IothreadProperties,
},
authz_simple {
id: String,
authz_simple: AuthZSimpleProperties,
},
memory_backend_ram {
id: String,
memory_backend_ram: MemoryBackendProperties,
},
rng_random {
id: String,
rng_random: RngRandomProperties,
},
memory_backend_epc {
id: String,
memory_backend_epc: MemoryBackendEpcProperties,
},
authz_pam {
id: String,
authz_pam: AuthZPAMProperties,
},
throttle_group {
id: String,
throttle_group: ThrottleGroupProperties,
},
tls_creds_x509 {
id: String,
tls_creds_x509: TlsCredsX509Properties,
},
tls_cipher_suites {
id: String,
tls_cipher_suites: TlsCredsProperties,
},
x_remote_object {
id: String,
x_remote_object: RemoteObjectProperties,
},
qtest {
id: String,
qtest: QtestProperties,
},
authz_listfile {
id: String,
authz_listfile: AuthZListFileProperties,
},
cryptodev_backend {
id: String,
cryptodev_backend: CryptodevBackendProperties,
},
secret {
id: String,
secret: SecretProperties,
},
filter_redirector {
id: String,
filter_redirector: FilterRedirectorProperties,
},
memory_backend_memfd {
id: String,
memory_backend_memfd: MemoryBackendMemfdProperties,
},
filter_rewriter {
id: String,
filter_rewriter: FilterRewriterProperties,
},
can_host_socketcan {
id: String,
can_host_socketcan: CanHostSocketcanProperties,
},
rng_builtin {
id: String,
rng_builtin: RngProperties,
},
}Variants
filter_mirror
cryptodev_vhost_user
tls_creds_anon
sev_guest
filter_buffer
input_linux
filter_replay
colo_compare
input_barrier
rng_egd
authz_list
pr_manager_helper
memory_backend_file
dbus_vmstate
secret_keyring
tls_creds_psk
filter_dump
cryptodev_backend_builtin
iothread
authz_simple
memory_backend_ram
rng_random
memory_backend_epc
authz_pam
throttle_group
tls_creds_x509
tls_cipher_suites
x_remote_object
qtest
authz_listfile
cryptodev_backend
secret
filter_redirector
memory_backend_memfd
filter_rewriter
can_host_socketcan
rng_builtin
Implementations
sourceimpl ObjectOptions
impl ObjectOptions
pub fn qom_type(&self) -> ObjectType
Trait Implementations
sourceimpl Clone for ObjectOptions
impl Clone for ObjectOptions
sourcefn clone(&self) -> ObjectOptions
fn clone(&self) -> ObjectOptions
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 ObjectOptions
impl Debug for ObjectOptions
sourceimpl<'de> Deserialize<'de> for ObjectOptions
impl<'de> Deserialize<'de> for ObjectOptions
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<(AuthZListFileProperties, String)> for ObjectOptions
impl From<(AuthZListFileProperties, String)> for ObjectOptions
sourceimpl From<(AuthZListProperties, String)> for ObjectOptions
impl From<(AuthZListProperties, String)> for ObjectOptions
sourceimpl From<(AuthZPAMProperties, String)> for ObjectOptions
impl From<(AuthZPAMProperties, String)> for ObjectOptions
sourceimpl From<(AuthZSimpleProperties, String)> for ObjectOptions
impl From<(AuthZSimpleProperties, String)> for ObjectOptions
sourceimpl From<(ColoCompareProperties, String)> for ObjectOptions
impl From<(ColoCompareProperties, String)> for ObjectOptions
sourceimpl From<(DBusVMStateProperties, String)> for ObjectOptions
impl From<(DBusVMStateProperties, String)> for ObjectOptions
sourceimpl From<(FilterBufferProperties, String)> for ObjectOptions
impl From<(FilterBufferProperties, String)> for ObjectOptions
sourceimpl From<(FilterDumpProperties, String)> for ObjectOptions
impl From<(FilterDumpProperties, String)> for ObjectOptions
sourceimpl From<(FilterMirrorProperties, String)> for ObjectOptions
impl From<(FilterMirrorProperties, String)> for ObjectOptions
sourceimpl From<(FilterRewriterProperties, String)> for ObjectOptions
impl From<(FilterRewriterProperties, String)> for ObjectOptions
sourceimpl From<(InputBarrierProperties, String)> for ObjectOptions
impl From<(InputBarrierProperties, String)> for ObjectOptions
sourceimpl From<(InputLinuxProperties, String)> for ObjectOptions
impl From<(InputLinuxProperties, String)> for ObjectOptions
sourceimpl From<(IothreadProperties, String)> for ObjectOptions
impl From<(IothreadProperties, String)> for ObjectOptions
sourceimpl From<(MemoryBackendProperties, String)> for ObjectOptions
impl From<(MemoryBackendProperties, String)> for ObjectOptions
sourceimpl From<(NetfilterProperties, String)> for ObjectOptions
impl From<(NetfilterProperties, String)> for ObjectOptions
sourceimpl From<(PrManagerHelperProperties, String)> for ObjectOptions
impl From<(PrManagerHelperProperties, String)> for ObjectOptions
sourceimpl From<(QtestProperties, String)> for ObjectOptions
impl From<(QtestProperties, String)> for ObjectOptions
sourceimpl From<(RemoteObjectProperties, String)> for ObjectOptions
impl From<(RemoteObjectProperties, String)> for ObjectOptions
sourceimpl From<(RngEgdProperties, String)> for ObjectOptions
impl From<(RngEgdProperties, String)> for ObjectOptions
sourceimpl From<(RngProperties, String)> for ObjectOptions
impl From<(RngProperties, String)> for ObjectOptions
sourceimpl From<(RngRandomProperties, String)> for ObjectOptions
impl From<(RngRandomProperties, String)> for ObjectOptions
sourceimpl From<(SecretKeyringProperties, String)> for ObjectOptions
impl From<(SecretKeyringProperties, String)> for ObjectOptions
sourceimpl From<(SecretProperties, String)> for ObjectOptions
impl From<(SecretProperties, String)> for ObjectOptions
sourceimpl From<(SevGuestProperties, String)> for ObjectOptions
impl From<(SevGuestProperties, String)> for ObjectOptions
sourceimpl From<(ThrottleGroupProperties, String)> for ObjectOptions
impl From<(ThrottleGroupProperties, String)> for ObjectOptions
sourceimpl From<(TlsCredsAnonProperties, String)> for ObjectOptions
impl From<(TlsCredsAnonProperties, String)> for ObjectOptions
sourceimpl From<(TlsCredsProperties, String)> for ObjectOptions
impl From<(TlsCredsProperties, String)> for ObjectOptions
sourceimpl From<(TlsCredsPskProperties, String)> for ObjectOptions
impl From<(TlsCredsPskProperties, String)> for ObjectOptions
sourceimpl From<(TlsCredsX509Properties, String)> for ObjectOptions
impl From<(TlsCredsX509Properties, String)> for ObjectOptions
sourceimpl From<ObjectOptions> for object_add
impl From<ObjectOptions> for object_add
sourcefn from(val: ObjectOptions) -> Self
fn from(val: ObjectOptions) -> Self
Converts to this type from the input type.
sourceimpl Serialize for ObjectOptions
impl Serialize for ObjectOptions
Auto Trait Implementations
impl RefUnwindSafe for ObjectOptions
impl Send for ObjectOptions
impl Sync for ObjectOptions
impl Unpin for ObjectOptions
impl UnwindSafe for ObjectOptions
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)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more