pub struct CertificateStatus {
pub ocsp_response: PayloadU24,
}
Expand description
Only supports OCSP
Fields§
§ocsp_response: PayloadU24
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CertificateStatus
impl RefUnwindSafe for CertificateStatus
impl Send for CertificateStatus
impl Sync for CertificateStatus
impl Unpin for CertificateStatus
impl UnwindSafe for CertificateStatus
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