Struct dittolive_ditto::store::batch::WriteTransactionResult
source · [−]pub struct WriteTransactionResult {
pub collection_name: Box,
pub doc_id: DocumentId,
pub kind: DocChangeKind,
}
Expand description
Provides information about the result of an operation on a document that was part of a write transaction.
Fields
collection_name: Box
The name of the collection that the operation took place in.
doc_id: DocumentId
The Id of the document that the write transaction result applies to.
kind: DocChangeKind
The type of write transaction result.
Auto Trait Implementations
impl RefUnwindSafe for WriteTransactionResult
impl Send for WriteTransactionResult
impl Sync for WriteTransactionResult
impl Unpin for WriteTransactionResult
impl UnwindSafe for WriteTransactionResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
impl<T> CompatExt for T
impl<T> CompatExt for T
fn compat_ref(&self) -> Compat<&T>
fn compat_ref(&self) -> Compat<&T>
Applies the [
Compat
] adapter by shared reference. Read morefn compat_mut(&mut self) -> Compat<&mut T>
fn compat_mut(&mut self) -> Compat<&mut T>
Applies the [
Compat
] adapter by mutable reference. Read more