pub struct UnixClientFactory;Expand description
Implementation of a ClientFactory that creates new Memcached clients that
use plaintext UNIX socket connections.
Trait Implementations§
Source§impl ClientFactory<Server, Memcached> for UnixClientFactory
impl ClientFactory<Server, Memcached> for UnixClientFactory
Auto Trait Implementations§
impl Freeze for UnixClientFactory
impl RefUnwindSafe for UnixClientFactory
impl Send for UnixClientFactory
impl Sync for UnixClientFactory
impl Unpin for UnixClientFactory
impl UnwindSafe for UnixClientFactory
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