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