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