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