Struct kvproto::kvrpcpb::GetLockWaitInfoResponse[][src]

pub struct GetLockWaitInfoResponse {
    pub region_error: SingularPtrField<Error>,
    pub error: String,
    pub entries: RepeatedField<WaitForEntry>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

region_error: SingularPtrField<Error>error: Stringentries: RepeatedField<WaitForEntry>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl GetLockWaitInfoResponse[src]

pub fn new() -> GetLockWaitInfoResponse[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_entries(&self) -> &[WaitForEntry][src]

pub fn clear_entries(&mut self)[src]

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

pub fn mut_entries(&mut self) -> &mut RepeatedField<WaitForEntry>[src]

pub fn take_entries(&mut self) -> RepeatedField<WaitForEntry>[src]

Trait Implementations

impl Clear for GetLockWaitInfoResponse[src]

impl Clone for GetLockWaitInfoResponse[src]

impl Debug for GetLockWaitInfoResponse[src]

impl Default for GetLockWaitInfoResponse[src]

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

impl Message for GetLockWaitInfoResponse[src]

impl PartialEq<GetLockWaitInfoResponse> for GetLockWaitInfoResponse[src]

impl PbPrint for GetLockWaitInfoResponse[src]

impl ProtobufValue for GetLockWaitInfoResponse[src]

impl StructuralPartialEq for GetLockWaitInfoResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for GetLockWaitInfoResponse

impl Send for GetLockWaitInfoResponse

impl Sync for GetLockWaitInfoResponse

impl Unpin for GetLockWaitInfoResponse

impl UnwindSafe for GetLockWaitInfoResponse

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.