Struct dittolive_ditto::store::update::UpdateResult [−][src]
pub struct UpdateResult {
pub op: UpdateOp,
pub doc_id: String,
pub path: String,
pub value: Box<dyn Debug>,
}
Fields
op: UpdateOp
doc_id: String
path: String
value: Box<dyn Debug>
Auto Trait Implementations
impl !RefUnwindSafe for UpdateResult
impl !Send for UpdateResult
impl !Sync for UpdateResult
impl Unpin for UpdateResult
impl !UnwindSafe for UpdateResult
Blanket Implementations
Mutably borrows from an owned value. Read more