pub struct ParsedPkcs12 {
pub pkey: PKey<Private>,
pub cert: X509,
pub chain: Option<Stack<X509>>,
}
👎Deprecated since 0.10.46: Use ParsedPkcs12_2 instead
Fields§
§pkey: PKey<Private>
👎Deprecated since 0.10.46: Use ParsedPkcs12_2 instead
§cert: X509
👎Deprecated since 0.10.46: Use ParsedPkcs12_2 instead
§chain: Option<Stack<X509>>
👎Deprecated since 0.10.46: Use ParsedPkcs12_2 instead
Auto Trait Implementations§
impl Freeze for ParsedPkcs12
impl RefUnwindSafe for ParsedPkcs12
impl Send for ParsedPkcs12
impl Sync for ParsedPkcs12
impl Unpin for ParsedPkcs12
impl UnwindSafe for ParsedPkcs12
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes