pub struct HostAttestationSettings {
pub refresh_tpm_seeds: bool,
}
Expand description
Host attestation settings obtained via the GET GSP call-out.
Fields§
§refresh_tpm_seeds: bool
Whether refreshing tpm seeds is needed.
Auto Trait Implementations§
impl Freeze for HostAttestationSettings
impl RefUnwindSafe for HostAttestationSettings
impl Send for HostAttestationSettings
impl Sync for HostAttestationSettings
impl Unpin for HostAttestationSettings
impl UnwindSafe for HostAttestationSettings
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