pub enum TpmLoggerKind {}
Expand description
A resource kind for TPM logger.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TpmLoggerKind
impl RefUnwindSafe for TpmLoggerKind
impl Send for TpmLoggerKind
impl Sync for TpmLoggerKind
impl Unpin for TpmLoggerKind
impl UnwindSafe for TpmLoggerKind
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