pub enum BlockdevQcow2EncryptionFormat {
aes,
luks,
}Variants
aes
luks
Trait Implementations
sourceimpl Clone for BlockdevQcow2EncryptionFormat
impl Clone for BlockdevQcow2EncryptionFormat
sourcefn clone(&self) -> BlockdevQcow2EncryptionFormat
fn clone(&self) -> BlockdevQcow2EncryptionFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BlockdevQcow2EncryptionFormat
impl Debug for BlockdevQcow2EncryptionFormat
sourceimpl<'de> Deserialize<'de> for BlockdevQcow2EncryptionFormat
impl<'de> Deserialize<'de> for BlockdevQcow2EncryptionFormat
sourcefn 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
sourceimpl Enum for BlockdevQcow2EncryptionFormat
impl Enum for BlockdevQcow2EncryptionFormat
sourceimpl Hash for BlockdevQcow2EncryptionFormat
impl Hash for BlockdevQcow2EncryptionFormat
sourceimpl Ord for BlockdevQcow2EncryptionFormat
impl Ord for BlockdevQcow2EncryptionFormat
sourcefn cmp(&self, other: &BlockdevQcow2EncryptionFormat) -> Ordering
fn cmp(&self, other: &BlockdevQcow2EncryptionFormat) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<BlockdevQcow2EncryptionFormat> for BlockdevQcow2EncryptionFormat
impl PartialEq<BlockdevQcow2EncryptionFormat> for BlockdevQcow2EncryptionFormat
sourcefn eq(&self, other: &BlockdevQcow2EncryptionFormat) -> bool
fn eq(&self, other: &BlockdevQcow2EncryptionFormat) -> bool
sourceimpl PartialOrd<BlockdevQcow2EncryptionFormat> for BlockdevQcow2EncryptionFormat
impl PartialOrd<BlockdevQcow2EncryptionFormat> for BlockdevQcow2EncryptionFormat
sourcefn partial_cmp(&self, other: &BlockdevQcow2EncryptionFormat) -> Option<Ordering>
fn partial_cmp(&self, other: &BlockdevQcow2EncryptionFormat) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for BlockdevQcow2EncryptionFormat
impl Eq for BlockdevQcow2EncryptionFormat
impl StructuralEq for BlockdevQcow2EncryptionFormat
impl StructuralPartialEq for BlockdevQcow2EncryptionFormat
Auto Trait Implementations
impl RefUnwindSafe for BlockdevQcow2EncryptionFormat
impl Send for BlockdevQcow2EncryptionFormat
impl Sync for BlockdevQcow2EncryptionFormat
impl Unpin for BlockdevQcow2EncryptionFormat
impl UnwindSafe for BlockdevQcow2EncryptionFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more