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