pub enum RbdImageEncryptionFormat {
luks,
luks2,
luks_any,
}
Variants§
Trait Implementations§
Source§impl Clone for RbdImageEncryptionFormat
impl Clone for RbdImageEncryptionFormat
Source§fn clone(&self) -> RbdImageEncryptionFormat
fn clone(&self) -> RbdImageEncryptionFormat
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 RbdImageEncryptionFormat
impl Debug for RbdImageEncryptionFormat
Source§impl<'de> Deserialize<'de> for RbdImageEncryptionFormat
impl<'de> Deserialize<'de> for RbdImageEncryptionFormat
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 RbdImageEncryptionFormat
impl Enum for RbdImageEncryptionFormat
Source§impl FromStr for RbdImageEncryptionFormat
impl FromStr for RbdImageEncryptionFormat
Source§impl Hash for RbdImageEncryptionFormat
impl Hash for RbdImageEncryptionFormat
Source§impl Ord for RbdImageEncryptionFormat
impl Ord for RbdImageEncryptionFormat
Source§fn cmp(&self, other: &RbdImageEncryptionFormat) -> Ordering
fn cmp(&self, other: &RbdImageEncryptionFormat) -> 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 RbdImageEncryptionFormat
impl PartialEq for RbdImageEncryptionFormat
Source§impl PartialOrd for RbdImageEncryptionFormat
impl PartialOrd for RbdImageEncryptionFormat
Source§impl Serialize for RbdImageEncryptionFormat
impl Serialize for RbdImageEncryptionFormat
impl Copy for RbdImageEncryptionFormat
impl Eq for RbdImageEncryptionFormat
impl StructuralPartialEq for RbdImageEncryptionFormat
Auto Trait Implementations§
impl Freeze for RbdImageEncryptionFormat
impl RefUnwindSafe for RbdImageEncryptionFormat
impl Send for RbdImageEncryptionFormat
impl Sync for RbdImageEncryptionFormat
impl Unpin for RbdImageEncryptionFormat
impl UnwindSafe for RbdImageEncryptionFormat
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