pub struct MemoryDht { /* private fields */ }Expand description
In-memory DHT storage (default implementation).
Implementations§
Trait Implementations§
Source§impl DhtStorage for MemoryDht
impl DhtStorage for MemoryDht
Auto Trait Implementations§
impl Freeze for MemoryDht
impl RefUnwindSafe for MemoryDht
impl Send for MemoryDht
impl Sync for MemoryDht
impl Unpin for MemoryDht
impl UnsafeUnpin for MemoryDht
impl UnwindSafe for MemoryDht
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