pub struct KeyAgreement { /* private fields */ }
Expand description
An object that performs key agreement
Implementations§
Trait Implementations§
Source§impl Debug for KeyAgreement
impl Debug for KeyAgreement
Source§impl Drop for KeyAgreement
impl Drop for KeyAgreement
impl Send for KeyAgreement
impl Sync for KeyAgreement
Auto Trait Implementations§
impl Freeze for KeyAgreement
impl RefUnwindSafe for KeyAgreement
impl Unpin for KeyAgreement
impl UnwindSafe for KeyAgreement
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