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