pub enum PveAffinityEnum {
Positive,
Negative,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PveAffinityEnum
impl Clone for PveAffinityEnum
Source§fn clone(&self) -> PveAffinityEnum
fn clone(&self) -> PveAffinityEnum
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 PveAffinityEnum
impl Debug for PveAffinityEnum
Source§impl Default for PveAffinityEnum
impl Default for PveAffinityEnum
Source§fn default() -> PveAffinityEnum
fn default() -> PveAffinityEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PveAffinityEnum
impl<'de> Deserialize<'de> for PveAffinityEnum
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 PveAffinityEnum
impl Display for PveAffinityEnum
Source§impl Hash for PveAffinityEnum
impl Hash for PveAffinityEnum
Source§impl Ord for PveAffinityEnum
impl Ord for PveAffinityEnum
Source§fn cmp(&self, other: &PveAffinityEnum) -> Ordering
fn cmp(&self, other: &PveAffinityEnum) -> 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 PveAffinityEnum
impl PartialEq for PveAffinityEnum
Source§fn eq(&self, other: &PveAffinityEnum) -> bool
fn eq(&self, other: &PveAffinityEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PveAffinityEnum
impl PartialOrd for PveAffinityEnum
Source§impl Serialize for PveAffinityEnum
impl Serialize for PveAffinityEnum
impl Copy for PveAffinityEnum
impl Eq for PveAffinityEnum
impl StructuralPartialEq for PveAffinityEnum
Auto Trait Implementations§
impl Freeze for PveAffinityEnum
impl RefUnwindSafe for PveAffinityEnum
impl Send for PveAffinityEnum
impl Sync for PveAffinityEnum
impl Unpin for PveAffinityEnum
impl UnsafeUnpin for PveAffinityEnum
impl UnwindSafe for PveAffinityEnum
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