Enum qapi_qmp::ObjectType
source · [−]pub enum ObjectType {
Show 42 variants
authz_list,
authz_listfile,
authz_pam,
authz_simple,
can_bus,
can_host_socketcan,
colo_compare,
cryptodev_backend,
cryptodev_backend_builtin,
cryptodev_vhost_user,
dbus_vmstate,
filter_buffer,
filter_dump,
filter_mirror,
filter_redirector,
filter_replay,
filter_rewriter,
input_barrier,
input_linux,
iothread,
main_loop,
memory_backend_epc,
memory_backend_file,
memory_backend_memfd,
memory_backend_ram,
pef_guest,
pr_manager_helper,
qtest,
rng_builtin,
rng_egd,
rng_random,
secret,
secret_keyring,
sev_guest,
s390_pv_guest,
throttle_group,
tls_creds_anon,
tls_creds_psk,
tls_creds_x509,
tls_cipher_suites,
x_remote_object,
x_vfio_user_server,
}Variants
authz_list
authz_listfile
authz_pam
authz_simple
can_bus
can_host_socketcan
colo_compare
cryptodev_backend
cryptodev_backend_builtin
cryptodev_vhost_user
dbus_vmstate
filter_buffer
filter_dump
filter_mirror
filter_redirector
filter_replay
filter_rewriter
input_barrier
input_linux
iothread
main_loop
memory_backend_epc
memory_backend_file
memory_backend_memfd
memory_backend_ram
pef_guest
pr_manager_helper
qtest
rng_builtin
rng_egd
rng_random
secret
secret_keyring
sev_guest
s390_pv_guest
throttle_group
tls_creds_anon
tls_creds_psk
tls_creds_x509
tls_cipher_suites
x_remote_object
x_vfio_user_server
Trait Implementations
sourceimpl Clone for ObjectType
impl Clone for ObjectType
sourcefn clone(&self) -> ObjectType
fn clone(&self) -> ObjectType
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 ObjectType
impl Debug for ObjectType
sourceimpl<'de> Deserialize<'de> for ObjectType
impl<'de> Deserialize<'de> for ObjectType
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 Enum for ObjectType
impl Enum for ObjectType
sourceimpl FromStr for ObjectType
impl FromStr for ObjectType
sourceimpl Hash for ObjectType
impl Hash for ObjectType
sourceimpl Ord for ObjectType
impl Ord for ObjectType
sourcefn cmp(&self, other: &ObjectType) -> Ordering
fn cmp(&self, other: &ObjectType) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<ObjectType> for ObjectType
impl PartialEq<ObjectType> for ObjectType
sourcefn eq(&self, other: &ObjectType) -> bool
fn eq(&self, other: &ObjectType) -> bool
sourceimpl PartialOrd<ObjectType> for ObjectType
impl PartialOrd<ObjectType> for ObjectType
sourcefn partial_cmp(&self, other: &ObjectType) -> Option<Ordering>
fn partial_cmp(&self, other: &ObjectType) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresourceimpl Serialize for ObjectType
impl Serialize for ObjectType
impl Copy for ObjectType
impl Eq for ObjectType
impl StructuralEq for ObjectType
impl StructuralPartialEq for ObjectType
Auto Trait Implementations
impl RefUnwindSafe for ObjectType
impl Send for ObjectType
impl Sync for ObjectType
impl Unpin for ObjectType
impl UnwindSafe for ObjectType
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