pub struct KVSClient { /* private fields */ }
Expand description
KVS client to communicate with server
Implementations
sourceimpl KVSClient
impl KVSClient
sourcepub fn send_cmd(&mut self, command: DBCommands) -> Result<ServerResponse>
pub fn send_cmd(&mut self, command: DBCommands) -> Result<ServerResponse>
send command to server
Auto Trait Implementations
impl RefUnwindSafe for KVSClient
impl Send for KVSClient
impl Sync for KVSClient
impl Unpin for KVSClient
impl UnwindSafe for KVSClient
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more