Struct mtop_client::MemcachedFactory
source · pub struct MemcachedFactory { /* private fields */ }Expand description
Implementation of a ClientFactory that creates new Memcached clients that
use plaintext or TLS TCP connections.
Implementations§
Trait Implementations§
source§impl ClientFactory<Server, Memcached> for MemcachedFactory
impl ClientFactory<Server, Memcached> for MemcachedFactory
Auto Trait Implementations§
impl Freeze for MemcachedFactory
impl !RefUnwindSafe for MemcachedFactory
impl Send for MemcachedFactory
impl Sync for MemcachedFactory
impl Unpin for MemcachedFactory
impl !UnwindSafe for MemcachedFactory
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