Struct kvproto::tikvpb::BatchCommandsRequest[][src]

pub struct BatchCommandsRequest {
    pub requests: RepeatedField<BatchCommandsRequestRequest>,
    pub request_ids: Vec<u64>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

requests: RepeatedField<BatchCommandsRequestRequest>request_ids: Vec<u64>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl BatchCommandsRequest[src]

pub fn new() -> BatchCommandsRequest[src]

pub fn get_requests(&self) -> &[BatchCommandsRequestRequest][src]

pub fn clear_requests(&mut self)[src]

pub fn set_requests(&mut self, v: RepeatedField<BatchCommandsRequestRequest>)[src]

pub fn mut_requests(
    &mut self
) -> &mut RepeatedField<BatchCommandsRequestRequest>
[src]

pub fn take_requests(&mut self) -> RepeatedField<BatchCommandsRequestRequest>[src]

pub fn get_request_ids(&self) -> &[u64][src]

pub fn clear_request_ids(&mut self)[src]

pub fn set_request_ids(&mut self, v: Vec<u64>)[src]

pub fn mut_request_ids(&mut self) -> &mut Vec<u64>[src]

pub fn take_request_ids(&mut self) -> Vec<u64>[src]

Trait Implementations

impl Clear for BatchCommandsRequest[src]

impl Clone for BatchCommandsRequest[src]

impl Debug for BatchCommandsRequest[src]

impl Default for BatchCommandsRequest[src]

impl<'a> Default for &'a BatchCommandsRequest[src]

impl Message for BatchCommandsRequest[src]

impl PartialEq<BatchCommandsRequest> for BatchCommandsRequest[src]

impl PbPrint for BatchCommandsRequest[src]

impl ProtobufValue for BatchCommandsRequest[src]

impl StructuralPartialEq for BatchCommandsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for BatchCommandsRequest

impl Send for BatchCommandsRequest

impl Sync for BatchCommandsRequest

impl Unpin for BatchCommandsRequest

impl UnwindSafe for BatchCommandsRequest

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.