Struct kvproto::kvrpcpb::BatchGetResponse [−][src]
Fields
region_error: SingularPtrField<Error>
pairs: RepeatedField<KvPair>
exec_details_v2: SingularPtrField<ExecDetailsV2>
error: SingularPtrField<KeyError>
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl BatchGetResponse
[src][−]
pub fn new() -> BatchGetResponse
[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_pairs(&self) -> &[KvPair]
[src]
pub fn clear_pairs(&mut self)
[src]
pub fn set_pairs(&mut self, v: RepeatedField<KvPair>)
[src]
pub fn mut_pairs(&mut self) -> &mut RepeatedField<KvPair>
[src]
pub fn take_pairs(&mut self) -> RepeatedField<KvPair>
[src]
pub fn get_exec_details_v2(&self) -> &ExecDetailsV2
[src]
pub fn clear_exec_details_v2(&mut self)
[src]
pub fn has_exec_details_v2(&self) -> bool
[src]
pub fn set_exec_details_v2(&mut self, v: ExecDetailsV2)
[src]
pub fn mut_exec_details_v2(&mut self) -> &mut ExecDetailsV2
[src]
pub fn take_exec_details_v2(&mut self) -> ExecDetailsV2
[src]
pub fn get_error(&self) -> &KeyError
[src]
pub fn clear_error(&mut self)
[src]
pub fn has_error(&self) -> bool
[src]
pub fn set_error(&mut self, v: KeyError)
[src]
pub fn mut_error(&mut self) -> &mut KeyError
[src]
pub fn take_error(&mut self) -> KeyError
[src]
Trait Implementations
impl Clear for BatchGetResponse
[src][+]
impl Clone for BatchGetResponse
[src][+]
impl Debug for BatchGetResponse
[src][+]
impl Default for BatchGetResponse
[src][+]
impl<'a> Default for &'a BatchGetResponse
[src][+]
impl Message for BatchGetResponse
[src][+]
impl PartialEq<BatchGetResponse> for BatchGetResponse
[src][+]
impl PbPrint for BatchGetResponse
[src][+]
impl ProtobufValue for BatchGetResponse
[src][+]
impl StructuralPartialEq for BatchGetResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for BatchGetResponse
impl Send for BatchGetResponse
impl Sync for BatchGetResponse
impl Unpin for BatchGetResponse
impl UnwindSafe for BatchGetResponse
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>,