Struct kvproto::kvrpcpb::PessimisticRollbackResponse [−][src]
Fields
region_error: SingularPtrField<Error>
errors: RepeatedField<KeyError>
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl PessimisticRollbackResponse
[src][−]
pub fn new() -> PessimisticRollbackResponse
[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_errors(&self) -> &[KeyError]
[src]
pub fn clear_errors(&mut self)
[src]
pub fn set_errors(&mut self, v: RepeatedField<KeyError>)
[src]
pub fn mut_errors(&mut self) -> &mut RepeatedField<KeyError>
[src]
pub fn take_errors(&mut self) -> RepeatedField<KeyError>
[src]
Trait Implementations
impl Clear for PessimisticRollbackResponse
[src][+]
impl Clone for PessimisticRollbackResponse
[src][+]
impl Debug for PessimisticRollbackResponse
[src][+]
impl Default for PessimisticRollbackResponse
[src][+]
impl<'a> Default for &'a PessimisticRollbackResponse
[src][+]
impl Message for PessimisticRollbackResponse
[src][+]
impl PartialEq<PessimisticRollbackResponse> for PessimisticRollbackResponse
[src][+]
impl PbPrint for PessimisticRollbackResponse
[src][+]
impl ProtobufValue for PessimisticRollbackResponse
[src][+]
impl StructuralPartialEq for PessimisticRollbackResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for PessimisticRollbackResponse
impl Send for PessimisticRollbackResponse
impl Sync for PessimisticRollbackResponse
impl Unpin for PessimisticRollbackResponse
impl UnwindSafe for PessimisticRollbackResponse
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>,