pub enum MVCC {
TransactionCreationId,
TransactionExpirationId,
TransactionExpired,
AddElementToTransaction,
DeleteElementFromTransaction,
ElementId,
}
Variants§
TransactionCreationId
TransactionExpirationId
TransactionExpired
AddElementToTransaction
DeleteElementFromTransaction
ElementId
Trait Implementations§
Source§impl Ord for MVCC
impl Ord for MVCC
Source§impl PartialOrd for MVCC
impl PartialOrd for MVCC
impl Eq for MVCC
impl StructuralPartialEq for MVCC
Auto Trait Implementations§
impl Freeze for MVCC
impl RefUnwindSafe for MVCC
impl Send for MVCC
impl Sync for MVCC
impl Unpin for MVCC
impl UnwindSafe for MVCC
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