Struct kvproto::kvrpcpb::RawBatchScanResponse[][src]

pub struct RawBatchScanResponse {
    pub region_error: SingularPtrField<Error>,
    pub kvs: RepeatedField<KvPair>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

region_error: SingularPtrField<Error>kvs: RepeatedField<KvPair>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl RawBatchScanResponse[src]

pub fn new() -> RawBatchScanResponse[src]

pub fn get_region_error(&self) -> &Error[src]

pub fn clear_region_error(&mut self)[src]

pub fn has_region_error(&self) -> bool[src]

pub fn set_region_error(&mut self, v: Error)[src]

pub fn mut_region_error(&mut self) -> &mut Error[src]

pub fn take_region_error(&mut self) -> Error[src]

pub fn get_kvs(&self) -> &[KvPair][src]

pub fn clear_kvs(&mut self)[src]

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

pub fn mut_kvs(&mut self) -> &mut RepeatedField<KvPair>[src]

pub fn take_kvs(&mut self) -> RepeatedField<KvPair>[src]

Trait Implementations

impl Clear for RawBatchScanResponse[src]

impl Clone for RawBatchScanResponse[src]

impl Debug for RawBatchScanResponse[src]

impl Default for RawBatchScanResponse[src]

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

impl Message for RawBatchScanResponse[src]

impl PartialEq<RawBatchScanResponse> for RawBatchScanResponse[src]

impl PbPrint for RawBatchScanResponse[src]

impl ProtobufValue for RawBatchScanResponse[src]

impl StructuralPartialEq for RawBatchScanResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for RawBatchScanResponse

impl Send for RawBatchScanResponse

impl Sync for RawBatchScanResponse

impl Unpin for RawBatchScanResponse

impl UnwindSafe for RawBatchScanResponse

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.