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