pub struct SafeBag {
pub bag: SafeBagKind,
pub attributes: Vec<PKCS12Attribute>,
}Fields§
§bag: SafeBagKind§attributes: Vec<PKCS12Attribute>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SafeBag
impl RefUnwindSafe for SafeBag
impl Send for SafeBag
impl Sync for SafeBag
impl Unpin for SafeBag
impl UnsafeUnpin for SafeBag
impl UnwindSafe for SafeBag
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