Enum tikv::storage::txn::ProcessResult [−][src]
pub enum ProcessResult { Res, MultiRes { results: Vec<StorageResult<()>>, }, PrewriteResult { result: PrewriteResult, }, MvccKey { mvcc: MvccInfo, }, MvccStartTs { mvcc: Option<(Key, MvccInfo)>, }, Locks { locks: Vec<LockInfo>, }, TxnStatus { txn_status: TxnStatus, }, NextCommand { cmd: Command, }, Failed { err: StorageError, }, PessimisticLockRes { res: StorageResult<PessimisticLockRes>, }, SecondaryLocksStatus { status: SecondaryLocksStatus, }, RawCompareAndSwapRes { previous_value: Option<Value>, succeed: bool, }, }
Process result of a command.
Variants
Fields of MultiRes
results: Vec<StorageResult<()>>
Fields of PrewriteResult
result: PrewriteResult
Fields of MvccKey
mvcc: MvccInfo
Fields of TxnStatus
txn_status: TxnStatus
Fields of NextCommand
cmd: Command
Fields of Failed
err: StorageError
Fields of PessimisticLockRes
Fields of SecondaryLocksStatus
status: SecondaryLocksStatus
Implementations
impl ProcessResult
[src][−]
pub fn maybe_clone(&self) -> Option<ProcessResult>
[src]
Trait Implementations
impl Debug for ProcessResult
[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for ProcessResult
impl Send for ProcessResult
impl Sync for ProcessResult
impl Unpin for ProcessResult
impl !UnwindSafe for ProcessResult
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<V, W> ConvertFrom<W> for V where
W: ConvertTo<V>,
[src][+]
W: ConvertTo<V>,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,