pub enum BlockdevQcowEncryptionFormat {
aes,
}
Variants§
aes
Trait Implementations§
Source§impl Clone for BlockdevQcowEncryptionFormat
impl Clone for BlockdevQcowEncryptionFormat
Source§fn clone(&self) -> BlockdevQcowEncryptionFormat
fn clone(&self) -> BlockdevQcowEncryptionFormat
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 BlockdevQcowEncryptionFormat
impl Debug for BlockdevQcowEncryptionFormat
Source§impl<'de> Deserialize<'de> for BlockdevQcowEncryptionFormat
impl<'de> Deserialize<'de> for BlockdevQcowEncryptionFormat
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 BlockdevQcowEncryptionFormat
impl Enum for BlockdevQcowEncryptionFormat
Source§impl Hash for BlockdevQcowEncryptionFormat
impl Hash for BlockdevQcowEncryptionFormat
Source§impl Ord for BlockdevQcowEncryptionFormat
impl Ord for BlockdevQcowEncryptionFormat
Source§fn cmp(&self, other: &BlockdevQcowEncryptionFormat) -> Ordering
fn cmp(&self, other: &BlockdevQcowEncryptionFormat) -> 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 BlockdevQcowEncryptionFormat
impl PartialEq for BlockdevQcowEncryptionFormat
Source§fn eq(&self, other: &BlockdevQcowEncryptionFormat) -> bool
fn eq(&self, other: &BlockdevQcowEncryptionFormat) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for BlockdevQcowEncryptionFormat
impl PartialOrd for BlockdevQcowEncryptionFormat
impl Copy for BlockdevQcowEncryptionFormat
impl Eq for BlockdevQcowEncryptionFormat
impl StructuralPartialEq for BlockdevQcowEncryptionFormat
Auto Trait Implementations§
impl Freeze for BlockdevQcowEncryptionFormat
impl RefUnwindSafe for BlockdevQcowEncryptionFormat
impl Send for BlockdevQcowEncryptionFormat
impl Sync for BlockdevQcowEncryptionFormat
impl Unpin for BlockdevQcowEncryptionFormat
impl UnwindSafe for BlockdevQcowEncryptionFormat
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