pub struct KvsServer<S: KvsEngine> { /* private fields */ }
Expand description
Struct for server with configurable backend (kvs or sled)
Implementations
Auto Trait Implementations
impl<S> RefUnwindSafe for KvsServer<S> where
S: RefUnwindSafe,
impl<S> Send for KvsServer<S> where
S: Send,
impl<S> Sync for KvsServer<S> where
S: Sync,
impl<S> Unpin for KvsServer<S> where
S: Unpin,
impl<S> UnwindSafe for KvsServer<S> where
S: UnwindSafe,
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