pub struct MemcachedClientConfig {
pub pool_max_idle: u64,
}
Expand description
Configuration for constructing a new client instance.
Fields§
§pool_max_idle: u64
Trait Implementations§
Source§impl Clone for MemcachedClientConfig
impl Clone for MemcachedClientConfig
Source§fn clone(&self) -> MemcachedClientConfig
fn clone(&self) -> MemcachedClientConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MemcachedClientConfig
impl Debug for MemcachedClientConfig
Auto Trait Implementations§
impl Freeze for MemcachedClientConfig
impl RefUnwindSafe for MemcachedClientConfig
impl Send for MemcachedClientConfig
impl Sync for MemcachedClientConfig
impl Unpin for MemcachedClientConfig
impl UnwindSafe for MemcachedClientConfig
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