Struct mz_tls_util::Pkcs12Archive
source · pub struct Pkcs12Archive {
pub der: Vec<u8>,
pub pass: String,
}
Fields§
§der: Vec<u8>
§pass: String
Auto Trait Implementations§
impl Freeze for Pkcs12Archive
impl RefUnwindSafe for Pkcs12Archive
impl Send for Pkcs12Archive
impl Sync for Pkcs12Archive
impl Unpin for Pkcs12Archive
impl UnwindSafe for Pkcs12Archive
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