Struct kvproto::raft_cmdpb::BatchSplitRequest[][src]

pub struct BatchSplitRequest {
    pub requests: RepeatedField<SplitRequest>,
    pub right_derive: bool,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

requests: RepeatedField<SplitRequest>right_derive: boolunknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl BatchSplitRequest[src]

pub fn new() -> BatchSplitRequest[src]

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

pub fn clear_requests(&mut self)[src]

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

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

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

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

pub fn clear_right_derive(&mut self)[src]

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

Trait Implementations

impl Clear for BatchSplitRequest[src]

impl Clone for BatchSplitRequest[src]

impl Debug for BatchSplitRequest[src]

impl Default for BatchSplitRequest[src]

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

impl Message for BatchSplitRequest[src]

impl PartialEq<BatchSplitRequest> for BatchSplitRequest[src]

impl PbPrint for BatchSplitRequest[src]

impl ProtobufValue for BatchSplitRequest[src]

impl StructuralPartialEq for BatchSplitRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for BatchSplitRequest

impl Send for BatchSplitRequest

impl Sync for BatchSplitRequest

impl Unpin for BatchSplitRequest

impl UnwindSafe for BatchSplitRequest

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.