pub struct SecretKeys { /* private fields */ }Implementations§
Source§impl SecretKeys
impl SecretKeys
Auto Trait Implementations§
impl Freeze for SecretKeys
impl RefUnwindSafe for SecretKeys
impl Send for SecretKeys
impl Sync for SecretKeys
impl Unpin for SecretKeys
impl UnwindSafe for SecretKeys
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