pub enum BlockdevQcow2Version {
v2,
v3,
}
Variants§
Trait Implementations§
Source§impl Clone for BlockdevQcow2Version
impl Clone for BlockdevQcow2Version
Source§fn clone(&self) -> BlockdevQcow2Version
fn clone(&self) -> BlockdevQcow2Version
Returns a duplicate of the value. Read more
1.0.0 · 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 BlockdevQcow2Version
impl Debug for BlockdevQcow2Version
Source§impl<'de> Deserialize<'de> for BlockdevQcow2Version
impl<'de> Deserialize<'de> for BlockdevQcow2Version
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 Enum for BlockdevQcow2Version
impl Enum for BlockdevQcow2Version
Source§impl FromStr for BlockdevQcow2Version
impl FromStr for BlockdevQcow2Version
Source§impl Hash for BlockdevQcow2Version
impl Hash for BlockdevQcow2Version
Source§impl Ord for BlockdevQcow2Version
impl Ord for BlockdevQcow2Version
Source§fn cmp(&self, other: &BlockdevQcow2Version) -> Ordering
fn cmp(&self, other: &BlockdevQcow2Version) -> Ordering
1.21.0 · 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 BlockdevQcow2Version
impl PartialEq for BlockdevQcow2Version
Source§impl PartialOrd for BlockdevQcow2Version
impl PartialOrd for BlockdevQcow2Version
Source§impl Serialize for BlockdevQcow2Version
impl Serialize for BlockdevQcow2Version
impl Copy for BlockdevQcow2Version
impl Eq for BlockdevQcow2Version
impl StructuralPartialEq for BlockdevQcow2Version
Auto Trait Implementations§
impl Freeze for BlockdevQcow2Version
impl RefUnwindSafe for BlockdevQcow2Version
impl Send for BlockdevQcow2Version
impl Sync for BlockdevQcow2Version
impl Unpin for BlockdevQcow2Version
impl UnwindSafe for BlockdevQcow2Version
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