Struct kvproto::kvrpcpb::CheckSecondaryLocksResponse [−][src]
Fields
region_error: SingularPtrField<Error>
error: SingularPtrField<KeyError>
locks: RepeatedField<LockInfo>
commit_ts: u64
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl CheckSecondaryLocksResponse
[src][−]
pub fn new() -> CheckSecondaryLocksResponse
[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) -> &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]
pub fn get_locks(&self) -> &[LockInfo]
[src]
pub fn clear_locks(&mut self)
[src]
pub fn set_locks(&mut self, v: RepeatedField<LockInfo>)
[src]
pub fn mut_locks(&mut self) -> &mut RepeatedField<LockInfo>
[src]
pub fn take_locks(&mut self) -> RepeatedField<LockInfo>
[src]
pub fn get_commit_ts(&self) -> u64
[src]
pub fn clear_commit_ts(&mut self)
[src]
pub fn set_commit_ts(&mut self, v: u64)
[src]
Trait Implementations
impl Clear for CheckSecondaryLocksResponse
[src][+]
impl Clone for CheckSecondaryLocksResponse
[src][+]
impl Debug for CheckSecondaryLocksResponse
[src][+]
impl Default for CheckSecondaryLocksResponse
[src][+]
impl<'a> Default for &'a CheckSecondaryLocksResponse
[src][+]
impl Message for CheckSecondaryLocksResponse
[src][+]
impl PartialEq<CheckSecondaryLocksResponse> for CheckSecondaryLocksResponse
[src][+]
impl PbPrint for CheckSecondaryLocksResponse
[src][+]
impl ProtobufValue for CheckSecondaryLocksResponse
[src][+]
impl StructuralPartialEq for CheckSecondaryLocksResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for CheckSecondaryLocksResponse
impl Send for CheckSecondaryLocksResponse
impl Sync for CheckSecondaryLocksResponse
impl Unpin for CheckSecondaryLocksResponse
impl UnwindSafe for CheckSecondaryLocksResponse
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>,