Struct kvproto::raft_cmdpb::BatchSplitResponse [−][src]
Fields
regions: RepeatedField<Region>
unknown_fields: UnknownFields
cached_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][+]
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,
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,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,