pub struct P2PConnection { /* private fields */ }
Expand description
High-level P2P connection
Auto Trait Implementations§
impl Freeze for P2PConnection
impl RefUnwindSafe for P2PConnection
impl Send for P2PConnection
impl Sync for P2PConnection
impl Unpin for P2PConnection
impl UnwindSafe for P2PConnection
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