pub struct CertificateStatus {
pub ocsp_response: PayloadU24,
}
Expand description
Only supports OCSP
Fields
ocsp_response: PayloadU24
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CertificateStatus
impl Send for CertificateStatus
impl Sync for CertificateStatus
impl Unpin for CertificateStatus
impl UnwindSafe for CertificateStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more