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