pub struct InMemoryPeerStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for InMemoryPeerStore
impl Default for InMemoryPeerStore
Source§fn default() -> InMemoryPeerStore
fn default() -> InMemoryPeerStore
Returns the “default value” for a type. Read more
Source§impl PeerStore for InMemoryPeerStore
impl PeerStore for InMemoryPeerStore
Auto Trait Implementations§
impl Freeze for InMemoryPeerStore
impl RefUnwindSafe for InMemoryPeerStore
impl Send for InMemoryPeerStore
impl Sync for InMemoryPeerStore
impl Unpin for InMemoryPeerStore
impl UnsafeUnpin for InMemoryPeerStore
impl UnwindSafe for InMemoryPeerStore
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