pub struct Pkcs12(pub Vec<u8>);
Expand description
DER-encoded
Tuple Fields§
§0: Vec<u8>
Auto Trait Implementations§
impl Freeze for Pkcs12
impl RefUnwindSafe for Pkcs12
impl Send for Pkcs12
impl Sync for Pkcs12
impl Unpin for Pkcs12
impl UnwindSafe for Pkcs12
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