pub struct Builder<'a, KeyValue, V> { /* private fields */ }Expand description
Executes a Command::Increment or Command::Decrement key-value operation.
Implementations
Auto Trait Implementations
impl<'a, KeyValue, V> RefUnwindSafe for Builder<'a, KeyValue, V> where
KeyValue: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, KeyValue, V> Send for Builder<'a, KeyValue, V> where
KeyValue: Sync,
V: Send,
impl<'a, KeyValue, V> Sync for Builder<'a, KeyValue, V> where
KeyValue: Sync,
V: Sync,
impl<'a, KeyValue, V> Unpin for Builder<'a, KeyValue, V> where
V: Unpin,
impl<'a, KeyValue, V> UnwindSafe for Builder<'a, KeyValue, V> where
KeyValue: RefUnwindSafe,
V: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more