Struct kvproto::kvrpcpb::RawBatchScanRequest[][src]

pub struct RawBatchScanRequest {
    pub context: SingularPtrField<Context>,
    pub ranges: RepeatedField<KeyRange>,
    pub each_limit: u32,
    pub key_only: bool,
    pub cf: String,
    pub reverse: bool,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

context: SingularPtrField<Context>ranges: RepeatedField<KeyRange>each_limit: u32key_only: boolcf: Stringreverse: boolunknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl RawBatchScanRequest[src]

pub fn new() -> RawBatchScanRequest[src]

pub fn get_context(&self) -> &Context[src]

pub fn clear_context(&mut self)[src]

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

pub fn set_context(&mut self, v: Context)[src]

pub fn mut_context(&mut self) -> &mut Context[src]

pub fn take_context(&mut self) -> Context[src]

pub fn get_ranges(&self) -> &[KeyRange][src]

pub fn clear_ranges(&mut self)[src]

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

pub fn mut_ranges(&mut self) -> &mut RepeatedField<KeyRange>[src]

pub fn take_ranges(&mut self) -> RepeatedField<KeyRange>[src]

pub fn get_each_limit(&self) -> u32[src]

pub fn clear_each_limit(&mut self)[src]

pub fn set_each_limit(&mut self, v: u32)[src]

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

pub fn clear_key_only(&mut self)[src]

pub fn set_key_only(&mut self, v: bool)[src]

pub fn get_cf(&self) -> &str[src]

pub fn clear_cf(&mut self)[src]

pub fn set_cf(&mut self, v: String)[src]

pub fn mut_cf(&mut self) -> &mut String[src]

pub fn take_cf(&mut self) -> String[src]

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

pub fn clear_reverse(&mut self)[src]

pub fn set_reverse(&mut self, v: bool)[src]

Trait Implementations

impl Clear for RawBatchScanRequest[src]

impl Clone for RawBatchScanRequest[src]

impl Debug for RawBatchScanRequest[src]

impl Default for RawBatchScanRequest[src]

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

impl Message for RawBatchScanRequest[src]

impl PartialEq<RawBatchScanRequest> for RawBatchScanRequest[src]

impl PbPrint for RawBatchScanRequest[src]

impl ProtobufValue for RawBatchScanRequest[src]

impl StructuralPartialEq for RawBatchScanRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for RawBatchScanRequest

impl Send for RawBatchScanRequest

impl Sync for RawBatchScanRequest

impl Unpin for RawBatchScanRequest

impl UnwindSafe for RawBatchScanRequest

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.