Struct bonsaidb::core::keyvalue::increment::Builder [−][src]
pub struct Builder<'a, KeyValue, V> { /* fields omitted */ }
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> UnwindSafe for Builder<'a, KeyValue, V> where
KeyValue: RefUnwindSafe,
V: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more