pub struct TcpClientFactory { /* 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 TcpClientFactory
impl ClientFactory<Server, Memcached> for TcpClientFactory
Auto Trait Implementations§
impl Freeze for TcpClientFactory
impl !RefUnwindSafe for TcpClientFactory
impl Send for TcpClientFactory
impl Sync for TcpClientFactory
impl Unpin for TcpClientFactory
impl !UnwindSafe for TcpClientFactory
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