pub enum RootImageFormat {
Qcow2,
Raw,
Vdi,
Vhd,
Vmdk,
}
Variants§
Trait Implementations§
Source§impl Clone for RootImageFormat
impl Clone for RootImageFormat
Source§fn clone(&self) -> RootImageFormat
fn clone(&self) -> RootImageFormat
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 RootImageFormat
impl Debug for RootImageFormat
Source§impl<'de> Deserialize<'de> for RootImageFormat
impl<'de> Deserialize<'de> for RootImageFormat
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 PartialEq for RootImageFormat
impl PartialEq for RootImageFormat
Source§impl Serialize for RootImageFormat
impl Serialize for RootImageFormat
impl StructuralPartialEq for RootImageFormat
Auto Trait Implementations§
impl Freeze for RootImageFormat
impl RefUnwindSafe for RootImageFormat
impl Send for RootImageFormat
impl Sync for RootImageFormat
impl Unpin for RootImageFormat
impl UnwindSafe for RootImageFormat
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