pub struct PeerConnectionResult {
pub connections: Vec<BtPeerConn>,
pub failed_count: usize,
}Expand description
Result of peer connection attempt
Fields§
§connections: Vec<BtPeerConn>Successfully connected peers
failed_count: usizeNumber of failed connections
Auto Trait Implementations§
impl !RefUnwindSafe for PeerConnectionResult
impl !UnwindSafe for PeerConnectionResult
impl Freeze for PeerConnectionResult
impl Send for PeerConnectionResult
impl Sync for PeerConnectionResult
impl Unpin for PeerConnectionResult
impl UnsafeUnpin for PeerConnectionResult
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