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