pub struct KexSender { /* private fields */ }Expand description
The key exchange sender for the moshpit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KexSender
impl RefUnwindSafe for KexSender
impl Send for KexSender
impl Sync for KexSender
impl Unpin for KexSender
impl UnsafeUnpin for KexSender
impl UnwindSafe for KexSender
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