Struct rustls::client::common::ServerCertDetails
source · pub(super) struct ServerCertDetails {
pub(super) cert_chain: CertificatePayload,
pub(super) ocsp_response: Vec<u8>,
pub(super) scts: Option<Vec<Sct>>,
}
Fields§
§cert_chain: CertificatePayload
§ocsp_response: Vec<u8>
§scts: Option<Vec<Sct>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerCertDetails
impl RefUnwindSafe for ServerCertDetails
impl Send for ServerCertDetails
impl Sync for ServerCertDetails
impl Unpin for ServerCertDetails
impl UnwindSafe for ServerCertDetails
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