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§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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