Enum libp2p_noise::IK
source · pub enum IK {}
Expand description
Type tag for the IK handshake pattern.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IK
impl Send for IK
impl Sync for IK
impl Unpin for IK
impl UnwindSafe for IK
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