pub enum TpmModel {
tpm_tis,
tpm_crb,
tpm_spapr,
}Variants§
Trait Implementations§
impl Copy for TpmModel
Source§impl<'de> Deserialize<'de> for TpmModel
impl<'de> Deserialize<'de> for TpmModel
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
impl Eq for TpmModel
Source§impl Ord for TpmModel
impl Ord for TpmModel
1.21.0 (const: unstable) · 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 TpmModel
impl PartialOrd for TpmModel
impl StructuralPartialEq for TpmModel
Auto Trait Implementations§
impl Freeze for TpmModel
impl RefUnwindSafe for TpmModel
impl Send for TpmModel
impl Sync for TpmModel
impl Unpin for TpmModel
impl UnsafeUnpin for TpmModel
impl UnwindSafe for TpmModel
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