pub struct IX<DH, H, RNG, S>where
H: Hash,{ /* private fields */ }
Expand description
Interactive Handshake Noise IX
Implementations§
Auto Trait Implementations§
impl<DH, H, RNG, S> Freeze for IX<DH, H, RNG, S>
impl<DH, H, RNG, S> RefUnwindSafe for IX<DH, H, RNG, S>where
S: RefUnwindSafe,
RNG: RefUnwindSafe,
<H as Hash>::HASH: RefUnwindSafe,
H: RefUnwindSafe,
DH: RefUnwindSafe,
impl<DH, H, RNG, S> Send for IX<DH, H, RNG, S>
impl<DH, H, RNG, S> Sync for IX<DH, H, RNG, S>
impl<DH, H, RNG, S> Unpin for IX<DH, H, RNG, S>
impl<DH, H, RNG, S> UnwindSafe for IX<DH, H, RNG, S>
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