pub enum GuestCpuStatsType {
linux,
}
Variants§
linux
Trait Implementations§
Source§impl Clone for GuestCpuStatsType
impl Clone for GuestCpuStatsType
Source§fn clone(&self) -> GuestCpuStatsType
fn clone(&self) -> GuestCpuStatsType
Returns a duplicate of the value. Read more
1.0.0 · 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 GuestCpuStatsType
impl Debug for GuestCpuStatsType
Source§impl<'de> Deserialize<'de> for GuestCpuStatsType
impl<'de> Deserialize<'de> for GuestCpuStatsType
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 Enum for GuestCpuStatsType
impl Enum for GuestCpuStatsType
Source§impl FromStr for GuestCpuStatsType
impl FromStr for GuestCpuStatsType
Source§impl Hash for GuestCpuStatsType
impl Hash for GuestCpuStatsType
Source§impl Ord for GuestCpuStatsType
impl Ord for GuestCpuStatsType
Source§fn cmp(&self, other: &GuestCpuStatsType) -> Ordering
fn cmp(&self, other: &GuestCpuStatsType) -> Ordering
1.21.0 · 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 GuestCpuStatsType
impl PartialEq for GuestCpuStatsType
Source§impl PartialOrd for GuestCpuStatsType
impl PartialOrd for GuestCpuStatsType
Source§impl Serialize for GuestCpuStatsType
impl Serialize for GuestCpuStatsType
impl Copy for GuestCpuStatsType
impl Eq for GuestCpuStatsType
impl StructuralPartialEq for GuestCpuStatsType
Auto Trait Implementations§
impl Freeze for GuestCpuStatsType
impl RefUnwindSafe for GuestCpuStatsType
impl Send for GuestCpuStatsType
impl Sync for GuestCpuStatsType
impl Unpin for GuestCpuStatsType
impl UnwindSafe for GuestCpuStatsType
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