Struct openssl::pkcs12::ParsedPkcs12_2
source · [−]pub struct ParsedPkcs12_2 {
pub pkey: Option<PKey<Private>>,
pub cert: Option<X509>,
pub ca: Option<Stack<X509>>,
}
Fields
pkey: Option<PKey<Private>>
cert: Option<X509>
ca: Option<Stack<X509>>
Auto Trait Implementations
impl RefUnwindSafe for ParsedPkcs12_2
impl Send for ParsedPkcs12_2
impl Sync for ParsedPkcs12_2
impl Unpin for ParsedPkcs12_2
impl UnwindSafe for ParsedPkcs12_2
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