Enum kvproto::tikvpb::BatchCommandsResponse_Response_oneof_cmd [−][src]
Variants
Get(GetResponse)
Scan(ScanResponse)
Prewrite(PrewriteResponse)
Commit(CommitResponse)
Import(ImportResponse)
Cleanup(CleanupResponse)
BatchGet(BatchGetResponse)
BatchRollback(BatchRollbackResponse)
ScanLock(ScanLockResponse)
ResolveLock(ResolveLockResponse)
Gc(GcResponse)
DeleteRange(DeleteRangeResponse)
RawGet(RawGetResponse)
RawBatchGet(RawBatchGetResponse)
RawPut(RawPutResponse)
RawBatchPut(RawBatchPutResponse)
RawDelete(RawDeleteResponse)
RawBatchDelete(RawBatchDeleteResponse)
RawScan(RawScanResponse)
RawDeleteRange(RawDeleteRangeResponse)
RawBatchScan(RawBatchScanResponse)
Coprocessor(Response)
PessimisticLock(PessimisticLockResponse)
PessimisticRollback(PessimisticRollbackResponse)
CheckTxnStatus(CheckTxnStatusResponse)
TxnHeartBeat(TxnHeartBeatResponse)
CheckSecondaryLocks(CheckSecondaryLocksResponse)
RawCoprocessor(RawCoprocessorResponse)
Empty(BatchCommandsEmptyResponse)
Trait Implementations
impl Clone for BatchCommandsResponse_Response_oneof_cmd
[src]
fn clone(&self) -> BatchCommandsResponse_Response_oneof_cmd
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<BatchCommandsResponse_Response_oneof_cmd> for BatchCommandsResponse_Response_oneof_cmd
[src]
fn eq(&self, other: &BatchCommandsResponse_Response_oneof_cmd) -> bool
[src]
fn ne(&self, other: &BatchCommandsResponse_Response_oneof_cmd) -> bool
[src]
impl PbPrint for BatchCommandsResponse_Response_oneof_cmd
[src]
impl StructuralPartialEq for BatchCommandsResponse_Response_oneof_cmd
[src]
Auto Trait Implementations
impl RefUnwindSafe for BatchCommandsResponse_Response_oneof_cmd
impl Send for BatchCommandsResponse_Response_oneof_cmd
impl Sync for BatchCommandsResponse_Response_oneof_cmd
impl Unpin for BatchCommandsResponse_Response_oneof_cmd
impl UnwindSafe for BatchCommandsResponse_Response_oneof_cmd
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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,