pub struct PrivateKeys { /* private fields */ }Expand description
Private keys (zeroized on drop for security)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrivateKeys
impl RefUnwindSafe for PrivateKeys
impl Send for PrivateKeys
impl Sync for PrivateKeys
impl Unpin for PrivateKeys
impl UnwindSafe for PrivateKeys
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