Struct rustls::internal::msgs::handshake::OCSPCertificateStatusRequest [−][src]
pub struct OCSPCertificateStatusRequest {
pub responder_ids: VecU16OfPayloadU16,
pub extensions: PayloadU16,
}Fields
responder_ids: VecU16OfPayloadU16extensions: PayloadU16Trait Implementations
Decode yourself by fiddling with the Reader.
Return Some if it worked, None if not. Read more
Convenience function to get the results of encode().
Auto Trait Implementations
impl Send for OCSPCertificateStatusRequest
impl Sync for OCSPCertificateStatusRequest
impl Unpin for OCSPCertificateStatusRequest
impl UnwindSafe for OCSPCertificateStatusRequest
Blanket Implementations
Mutably borrows from an owned value. Read more