Struct attestation_doc_validation::attestation_doc::PCRs
source · pub struct PCRs {
pub pcr_0: String,
pub pcr_1: String,
pub pcr_2: String,
pub pcr_8: String,
}
Expand description
Reference implementation of the AWS attestation doc’s PCRs exposed at build time.
Fields§
§pcr_0: String
§pcr_1: String
§pcr_2: String
§pcr_8: String
Trait Implementations§
source§impl PCRProvider for PCRs
impl PCRProvider for PCRs
source§impl PartialEq<PCRs> for PCRs
impl PartialEq<PCRs> for PCRs
impl Eq for PCRs
impl StructuralEq for PCRs
impl StructuralPartialEq for PCRs
Auto Trait Implementations§
impl RefUnwindSafe for PCRs
impl Send for PCRs
impl Sync for PCRs
impl Unpin for PCRs
impl UnwindSafe for PCRs
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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