Struct kvproto::kvrpcpb::MvccGetByKeyResponse [−][src]
Fields
region_error: SingularPtrField<Error>
error: String
info: SingularPtrField<MvccInfo>
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl MvccGetByKeyResponse
[src][−]
pub fn new() -> MvccGetByKeyResponse
[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_error(&self) -> &str
[src]
pub fn clear_error(&mut self)
[src]
pub fn set_error(&mut self, v: String)
[src]
pub fn mut_error(&mut self) -> &mut String
[src]
pub fn take_error(&mut self) -> String
[src]
pub fn get_info(&self) -> &MvccInfo
[src]
pub fn clear_info(&mut self)
[src]
pub fn has_info(&self) -> bool
[src]
pub fn set_info(&mut self, v: MvccInfo)
[src]
pub fn mut_info(&mut self) -> &mut MvccInfo
[src]
pub fn take_info(&mut self) -> MvccInfo
[src]
Trait Implementations
impl Clear for MvccGetByKeyResponse
[src][+]
impl Clone for MvccGetByKeyResponse
[src][+]
impl Debug for MvccGetByKeyResponse
[src][+]
impl Default for MvccGetByKeyResponse
[src][+]
impl<'a> Default for &'a MvccGetByKeyResponse
[src][+]
impl Message for MvccGetByKeyResponse
[src][+]
impl PartialEq<MvccGetByKeyResponse> for MvccGetByKeyResponse
[src][+]
impl PbPrint for MvccGetByKeyResponse
[src][+]
impl ProtobufValue for MvccGetByKeyResponse
[src][+]
impl StructuralPartialEq for MvccGetByKeyResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for MvccGetByKeyResponse
impl Send for MvccGetByKeyResponse
impl Sync for MvccGetByKeyResponse
impl Unpin for MvccGetByKeyResponse
impl UnwindSafe for MvccGetByKeyResponse
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>,