Enum dittolive_ditto::store::update::UpdateOp [−][src]
pub enum UpdateOp {
Set,
Removed,
ReplacedWithCounter,
Incremented,
Pushed,
Popped,
Inserted,
}
Variants
Auto Trait Implementations
impl RefUnwindSafe for UpdateOp
impl UnwindSafe for UpdateOp
Blanket Implementations
Mutably borrows from an owned value. Read more