pub enum StatsProvider {
kvm,
cryptodev,
}
Variants§
Trait Implementations§
Source§impl Clone for StatsProvider
impl Clone for StatsProvider
Source§fn clone(&self) -> StatsProvider
fn clone(&self) -> StatsProvider
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 StatsProvider
impl Debug for StatsProvider
Source§impl<'de> Deserialize<'de> for StatsProvider
impl<'de> Deserialize<'de> for StatsProvider
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 StatsProvider
impl Enum for StatsProvider
Source§impl FromStr for StatsProvider
impl FromStr for StatsProvider
Source§impl Hash for StatsProvider
impl Hash for StatsProvider
Source§impl Ord for StatsProvider
impl Ord for StatsProvider
Source§fn cmp(&self, other: &StatsProvider) -> Ordering
fn cmp(&self, other: &StatsProvider) -> 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 StatsProvider
impl PartialEq for StatsProvider
Source§impl PartialOrd for StatsProvider
impl PartialOrd for StatsProvider
Source§impl Serialize for StatsProvider
impl Serialize for StatsProvider
impl Copy for StatsProvider
impl Eq for StatsProvider
impl StructuralPartialEq for StatsProvider
Auto Trait Implementations§
impl Freeze for StatsProvider
impl RefUnwindSafe for StatsProvider
impl Send for StatsProvider
impl Sync for StatsProvider
impl Unpin for StatsProvider
impl UnwindSafe for StatsProvider
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