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