pub enum PveQemuCommandEnum {
Show 20 variants
FsfreezeFreeze,
FsfreezeStatus,
FsfreezeThaw,
Fstrim,
GetFsinfo,
GetHostName,
GetMemoryBlockInfo,
GetMemoryBlocks,
GetOsinfo,
GetTime,
GetTimezone,
GetUsers,
GetVcpus,
Info,
NetworkGetInterfaces,
Ping,
Shutdown,
SuspendDisk,
SuspendHybrid,
SuspendRam,
}Expand description
Variants§
FsfreezeFreeze
FsfreezeStatus
FsfreezeThaw
Fstrim
GetFsinfo
GetHostName
GetMemoryBlockInfo
GetMemoryBlocks
GetOsinfo
GetTime
GetTimezone
GetUsers
GetVcpus
Info
NetworkGetInterfaces
Ping
Shutdown
SuspendDisk
SuspendHybrid
SuspendRam
Trait Implementations§
Source§impl Clone for PveQemuCommandEnum
impl Clone for PveQemuCommandEnum
Source§fn clone(&self) -> PveQemuCommandEnum
fn clone(&self) -> PveQemuCommandEnum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PveQemuCommandEnum
impl Debug for PveQemuCommandEnum
Source§impl Default for PveQemuCommandEnum
impl Default for PveQemuCommandEnum
Source§fn default() -> PveQemuCommandEnum
fn default() -> PveQemuCommandEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PveQemuCommandEnum
impl<'de> Deserialize<'de> for PveQemuCommandEnum
Source§fn 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
Source§impl Display for PveQemuCommandEnum
impl Display for PveQemuCommandEnum
Source§impl Hash for PveQemuCommandEnum
impl Hash for PveQemuCommandEnum
Source§impl Ord for PveQemuCommandEnum
impl Ord for PveQemuCommandEnum
Source§fn cmp(&self, other: &PveQemuCommandEnum) -> Ordering
fn cmp(&self, other: &PveQemuCommandEnum) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PveQemuCommandEnum
impl PartialEq for PveQemuCommandEnum
Source§fn eq(&self, other: &PveQemuCommandEnum) -> bool
fn eq(&self, other: &PveQemuCommandEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PveQemuCommandEnum
impl PartialOrd for PveQemuCommandEnum
Source§impl Serialize for PveQemuCommandEnum
impl Serialize for PveQemuCommandEnum
impl Copy for PveQemuCommandEnum
impl Eq for PveQemuCommandEnum
impl StructuralPartialEq for PveQemuCommandEnum
Auto Trait Implementations§
impl Freeze for PveQemuCommandEnum
impl RefUnwindSafe for PveQemuCommandEnum
impl Send for PveQemuCommandEnum
impl Sync for PveQemuCommandEnum
impl Unpin for PveQemuCommandEnum
impl UnsafeUnpin for PveQemuCommandEnum
impl UnwindSafe for PveQemuCommandEnum
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more