pub enum CertificateExtension {
CertificateStatus(CertificateStatus),
SignedCertificateTimestamp(SCTList),
Unknown(UnknownExtension),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CertificateExtension
impl RefUnwindSafe for CertificateExtension
impl Send for CertificateExtension
impl Sync for CertificateExtension
impl Unpin for CertificateExtension
impl UnwindSafe for CertificateExtension
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