pub struct StoreJournaledMemoryConfig { /* private fields */ }Expand description
Permanent store key for the four durable roles owned by one journaled cached-stable store.
Implementations§
Trait Implementations§
Source§impl Clone for StoreJournaledMemoryConfig
impl Clone for StoreJournaledMemoryConfig
Source§fn clone(&self) -> StoreJournaledMemoryConfig
fn clone(&self) -> StoreJournaledMemoryConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StoreJournaledMemoryConfig
Source§impl Debug for StoreJournaledMemoryConfig
impl Debug for StoreJournaledMemoryConfig
impl Eq for StoreJournaledMemoryConfig
impl StructuralPartialEq for StoreJournaledMemoryConfig
Auto Trait Implementations§
impl Freeze for StoreJournaledMemoryConfig
impl RefUnwindSafe for StoreJournaledMemoryConfig
impl Send for StoreJournaledMemoryConfig
impl Sync for StoreJournaledMemoryConfig
impl Unpin for StoreJournaledMemoryConfig
impl UnsafeUnpin for StoreJournaledMemoryConfig
impl UnwindSafe for StoreJournaledMemoryConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.