Struct kvproto::raft_cmdpb::BatchSplitResponse[][src]

pub struct BatchSplitResponse {
    pub regions: RepeatedField<Region>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

regions: RepeatedField<Region>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl BatchSplitResponse[src]

pub fn new() -> BatchSplitResponse[src]

pub fn get_regions(&self) -> &[Region][src]

pub fn clear_regions(&mut self)[src]

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

pub fn mut_regions(&mut self) -> &mut RepeatedField<Region>[src]

pub fn take_regions(&mut self) -> RepeatedField<Region>[src]

Trait Implementations

impl Clear for BatchSplitResponse[src]

impl Clone for BatchSplitResponse[src]

impl Debug for BatchSplitResponse[src]

impl Default for BatchSplitResponse[src]

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

impl Message for BatchSplitResponse[src]

impl PartialEq<BatchSplitResponse> for BatchSplitResponse[src]

impl PbPrint for BatchSplitResponse[src]

impl ProtobufValue for BatchSplitResponse[src]

impl StructuralPartialEq for BatchSplitResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for BatchSplitResponse

impl Send for BatchSplitResponse

impl Sync for BatchSplitResponse

impl Unpin for BatchSplitResponse

impl UnwindSafe for BatchSplitResponse

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.