pub struct EmbeddedRedisClientSettings {
pub redis_server_settings: RedisServerSettings,
}
Fields§
§redis_server_settings: RedisServerSettings
Trait Implementations§
Source§impl Clone for EmbeddedRedisClientSettings
impl Clone for EmbeddedRedisClientSettings
Source§fn clone(&self) -> EmbeddedRedisClientSettings
fn clone(&self) -> EmbeddedRedisClientSettings
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 moreAuto Trait Implementations§
impl Freeze for EmbeddedRedisClientSettings
impl RefUnwindSafe for EmbeddedRedisClientSettings
impl Send for EmbeddedRedisClientSettings
impl Sync for EmbeddedRedisClientSettings
impl Unpin for EmbeddedRedisClientSettings
impl UnwindSafe for EmbeddedRedisClientSettings
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