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