Enum qapi_qmp::ObjectOptions
source · [−]pub enum ObjectOptions {
Show 37 variants
authz_list {
id: String,
authz_list: AuthZListProperties,
},
rng_egd {
id: String,
rng_egd: RngEgdProperties,
},
input_linux {
id: String,
input_linux: InputLinuxProperties,
},
authz_simple {
id: String,
authz_simple: AuthZSimpleProperties,
},
qtest {
id: String,
qtest: QtestProperties,
},
cryptodev_vhost_user {
id: String,
cryptodev_vhost_user: CryptodevVhostUserProperties,
},
filter_dump {
id: String,
filter_dump: FilterDumpProperties,
},
secret_keyring {
id: String,
secret_keyring: SecretKeyringProperties,
},
filter_rewriter {
id: String,
filter_rewriter: FilterRewriterProperties,
},
rng_builtin {
id: String,
rng_builtin: RngProperties,
},
throttle_group {
id: String,
throttle_group: ThrottleGroupProperties,
},
can_host_socketcan {
id: String,
can_host_socketcan: CanHostSocketcanProperties,
},
memory_backend_memfd {
id: String,
memory_backend_memfd: MemoryBackendMemfdProperties,
},
memory_backend_ram {
id: String,
memory_backend_ram: MemoryBackendProperties,
},
filter_redirector {
id: String,
filter_redirector: FilterRedirectorProperties,
},
authz_listfile {
id: String,
authz_listfile: AuthZListFileProperties,
},
tls_creds_anon {
id: String,
tls_creds_anon: TlsCredsAnonProperties,
},
colo_compare {
id: String,
colo_compare: ColoCompareProperties,
},
x_remote_object {
id: String,
x_remote_object: RemoteObjectProperties,
},
cryptodev_backend_builtin {
id: String,
cryptodev_backend_builtin: CryptodevBackendProperties,
},
filter_buffer {
id: String,
filter_buffer: FilterBufferProperties,
},
tls_creds_x509 {
id: String,
tls_creds_x509: TlsCredsX509Properties,
},
sev_guest {
id: String,
sev_guest: SevGuestProperties,
},
filter_replay {
id: String,
filter_replay: NetfilterProperties,
},
rng_random {
id: String,
rng_random: RngRandomProperties,
},
pr_manager_helper {
id: String,
pr_manager_helper: PrManagerHelperProperties,
},
iothread {
id: String,
iothread: IothreadProperties,
},
dbus_vmstate {
id: String,
dbus_vmstate: DBusVMStateProperties,
},
filter_mirror {
id: String,
filter_mirror: FilterMirrorProperties,
},
authz_pam {
id: String,
authz_pam: AuthZPAMProperties,
},
memory_backend_epc {
id: String,
memory_backend_epc: MemoryBackendEpcProperties,
},
secret {
id: String,
secret: SecretProperties,
},
cryptodev_backend {
id: String,
cryptodev_backend: CryptodevBackendProperties,
},
tls_creds_psk {
id: String,
tls_creds_psk: TlsCredsPskProperties,
},
input_barrier {
id: String,
input_barrier: InputBarrierProperties,
},
tls_cipher_suites {
id: String,
tls_cipher_suites: TlsCredsProperties,
},
memory_backend_file {
id: String,
memory_backend_file: MemoryBackendFileProperties,
},
}Variants
authz_list
rng_egd
input_linux
authz_simple
qtest
cryptodev_vhost_user
filter_dump
secret_keyring
filter_rewriter
rng_builtin
throttle_group
can_host_socketcan
memory_backend_memfd
memory_backend_ram
filter_redirector
authz_listfile
tls_creds_anon
colo_compare
x_remote_object
cryptodev_backend_builtin
filter_buffer
tls_creds_x509
sev_guest
filter_replay
rng_random
pr_manager_helper
iothread
dbus_vmstate
filter_mirror
authz_pam
memory_backend_epc
secret
cryptodev_backend
tls_creds_psk
input_barrier
tls_cipher_suites
memory_backend_file
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