pub enum CertDataType {
Unused,
Type1(Vec<u8>),
Type2(Vec<u8>),
Type3(Vec<u8>),
Type4(Vec<u8>),
CertChain(Certificates),
QeReportCertData(QeReportCertData),
Type7(Vec<u8>),
}Variants§
Unused
Type1(Vec<u8>)
Type2(Vec<u8>)
Type3(Vec<u8>)
Type4(Vec<u8>)
CertChain(Certificates)
QeReportCertData(QeReportCertData)
Type7(Vec<u8>)
Auto Trait Implementations§
impl Freeze for CertDataType
impl RefUnwindSafe for CertDataType
impl Send for CertDataType
impl Sync for CertDataType
impl Unpin for CertDataType
impl UnwindSafe for CertDataType
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§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