pub enum DocDbTransactOutcome {
Committed,
Conflict {
condition_index: usize,
},
}Variants§
Trait Implementations§
Source§impl Clone for DocDbTransactOutcome
impl Clone for DocDbTransactOutcome
Source§impl Debug for DocDbTransactOutcome
impl Debug for DocDbTransactOutcome
Source§impl<'de> Deserialize<'de> for DocDbTransactOutcome
impl<'de> Deserialize<'de> for DocDbTransactOutcome
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DocDbTransactOutcome
Source§impl PartialEq for DocDbTransactOutcome
impl PartialEq for DocDbTransactOutcome
Source§impl Serialize for DocDbTransactOutcome
impl Serialize for DocDbTransactOutcome
impl StructuralPartialEq for DocDbTransactOutcome
Auto Trait Implementations§
impl Freeze for DocDbTransactOutcome
impl RefUnwindSafe for DocDbTransactOutcome
impl Send for DocDbTransactOutcome
impl Sync for DocDbTransactOutcome
impl Unpin for DocDbTransactOutcome
impl UnsafeUnpin for DocDbTransactOutcome
impl UnwindSafe for DocDbTransactOutcome
Blanket Implementations§
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