pub struct InMemoryBdSeqStore { /* private fields */ }Expand description
An in-memory bdSeq store (non-persistent; useful for tests and ephemeral nodes).
Implementations§
Trait Implementations§
Source§impl BdSeqStore for InMemoryBdSeqStore
impl BdSeqStore for InMemoryBdSeqStore
Source§impl Debug for InMemoryBdSeqStore
impl Debug for InMemoryBdSeqStore
Source§impl Default for InMemoryBdSeqStore
impl Default for InMemoryBdSeqStore
Source§fn default() -> InMemoryBdSeqStore
fn default() -> InMemoryBdSeqStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for InMemoryBdSeqStore
impl RefUnwindSafe for InMemoryBdSeqStore
impl Send for InMemoryBdSeqStore
impl Sync for InMemoryBdSeqStore
impl Unpin for InMemoryBdSeqStore
impl UnsafeUnpin for InMemoryBdSeqStore
impl UnwindSafe for InMemoryBdSeqStore
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