Struct trust_dns_openssl::tls_server::ParsedPkcs12
source · pub struct ParsedPkcs12 {
pub pkey: PKey<Private>,
pub cert: X509,
pub chain: Option<Stack<X509>>,
}
Fields
pkey: PKey<Private>
cert: X509
chain: Option<Stack<X509>>
Auto Trait Implementations
impl RefUnwindSafe for ParsedPkcs12
impl Send for ParsedPkcs12
impl Sync for ParsedPkcs12
impl Unpin for ParsedPkcs12
impl UnwindSafe for ParsedPkcs12
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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