pub struct RedisStoreConfig {
pub prefix: String,
}Expand description
Configuration for RedisStore.
Fields§
§prefix: StringKey prefix for all store entries. Defaults to "synaptic:store:".
Trait Implementations§
Source§impl Clone for RedisStoreConfig
impl Clone for RedisStoreConfig
Source§fn clone(&self) -> RedisStoreConfig
fn clone(&self) -> RedisStoreConfig
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 RedisStoreConfig
impl Debug for RedisStoreConfig
Auto Trait Implementations§
impl Freeze for RedisStoreConfig
impl RefUnwindSafe for RedisStoreConfig
impl Send for RedisStoreConfig
impl Sync for RedisStoreConfig
impl Unpin for RedisStoreConfig
impl UnsafeUnpin for RedisStoreConfig
impl UnwindSafe for RedisStoreConfig
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