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