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