pub struct DualStoreConfig {
pub default: Choice,
}Expand description
Configuration for a dual store.
Fields§
§default: ChoiceThe default store to use.
Trait Implementations§
Source§impl Clone for DualStoreConfig
impl Clone for DualStoreConfig
Source§fn clone(&self) -> DualStoreConfig
fn clone(&self) -> DualStoreConfig
Returns a duplicate 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 moreSource§impl Debug for DualStoreConfig
impl Debug for DualStoreConfig
Auto Trait Implementations§
impl Freeze for DualStoreConfig
impl RefUnwindSafe for DualStoreConfig
impl Send for DualStoreConfig
impl Sync for DualStoreConfig
impl Unpin for DualStoreConfig
impl UnwindSafe for DualStoreConfig
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