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