Struct kvproto::kvrpcpb::CheckSecondaryLocksRequest[][src]

pub struct CheckSecondaryLocksRequest {
    pub context: SingularPtrField<Context>,
    pub keys: RepeatedField<Vec<u8>>,
    pub start_version: u64,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

context: SingularPtrField<Context>keys: RepeatedField<Vec<u8>>start_version: u64unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl CheckSecondaryLocksRequest[src]

pub fn new() -> CheckSecondaryLocksRequest[src]

pub fn get_context(&self) -> &Context[src]

pub fn clear_context(&mut self)[src]

pub fn has_context(&self) -> bool[src]

pub fn set_context(&mut self, v: Context)[src]

pub fn mut_context(&mut self) -> &mut Context[src]

pub fn take_context(&mut self) -> Context[src]

pub fn get_keys(&self) -> &[Vec<u8>][src]

pub fn clear_keys(&mut self)[src]

pub fn set_keys(&mut self, v: RepeatedField<Vec<u8>>)[src]

pub fn mut_keys(&mut self) -> &mut RepeatedField<Vec<u8>>[src]

pub fn take_keys(&mut self) -> RepeatedField<Vec<u8>>[src]

pub fn get_start_version(&self) -> u64[src]

pub fn clear_start_version(&mut self)[src]

pub fn set_start_version(&mut self, v: u64)[src]

Trait Implementations

impl Clear for CheckSecondaryLocksRequest[src]

impl Clone for CheckSecondaryLocksRequest[src]

impl Debug for CheckSecondaryLocksRequest[src]

impl Default for CheckSecondaryLocksRequest[src]

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

impl Message for CheckSecondaryLocksRequest[src]

impl PartialEq<CheckSecondaryLocksRequest> for CheckSecondaryLocksRequest[src]

impl PbPrint for CheckSecondaryLocksRequest[src]

impl ProtobufValue for CheckSecondaryLocksRequest[src]

impl StructuralPartialEq for CheckSecondaryLocksRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for CheckSecondaryLocksRequest

impl Send for CheckSecondaryLocksRequest

impl Sync for CheckSecondaryLocksRequest

impl Unpin for CheckSecondaryLocksRequest

impl UnwindSafe for CheckSecondaryLocksRequest

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.