pub struct RoutingTable { /* private fields */ }
Expand description
Kademlia routing table
Implementations§
Source§impl RoutingTable
impl RoutingTable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RoutingTable
impl !RefUnwindSafe for RoutingTable
impl Send for RoutingTable
impl Sync for RoutingTable
impl Unpin for RoutingTable
impl !UnwindSafe for RoutingTable
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