pub struct InnerMemoryStore<L, E> { /* private fields */ }Expand description
An in-memory store for core p2panda data types: Operation and Log.
Trait Implementations§
Source§impl<L: Clone, E: Clone> Clone for InnerMemoryStore<L, E>
impl<L: Clone, E: Clone> Clone for InnerMemoryStore<L, E>
Source§fn clone(&self) -> InnerMemoryStore<L, E>
fn clone(&self) -> InnerMemoryStore<L, E>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<L, E> Freeze for InnerMemoryStore<L, E>
impl<L, E> RefUnwindSafe for InnerMemoryStore<L, E>where
L: RefUnwindSafe,
E: RefUnwindSafe,
impl<L, E> Send for InnerMemoryStore<L, E>
impl<L, E> Sync for InnerMemoryStore<L, E>
impl<L, E> Unpin for InnerMemoryStore<L, E>
impl<L, E> UnwindSafe for InnerMemoryStore<L, E>where
L: UnwindSafe,
E: UnwindSafe,
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