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