Struct kvproto::pdpb::GetAllStoresRequest[][src]

pub struct GetAllStoresRequest {
    pub header: SingularPtrField<RequestHeader>,
    pub exclude_tombstone_stores: bool,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

header: SingularPtrField<RequestHeader>exclude_tombstone_stores: boolunknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl GetAllStoresRequest[src]

pub fn new() -> GetAllStoresRequest[src]

pub fn get_header(&self) -> &RequestHeader[src]

pub fn clear_header(&mut self)[src]

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

pub fn set_header(&mut self, v: RequestHeader)[src]

pub fn mut_header(&mut self) -> &mut RequestHeader[src]

pub fn take_header(&mut self) -> RequestHeader[src]

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

pub fn clear_exclude_tombstone_stores(&mut self)[src]

pub fn set_exclude_tombstone_stores(&mut self, v: bool)[src]

Trait Implementations

impl Clear for GetAllStoresRequest[src]

impl Clone for GetAllStoresRequest[src]

impl Debug for GetAllStoresRequest[src]

impl Default for GetAllStoresRequest[src]

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

impl Message for GetAllStoresRequest[src]

impl PartialEq<GetAllStoresRequest> for GetAllStoresRequest[src]

impl PbPrint for GetAllStoresRequest[src]

impl ProtobufValue for GetAllStoresRequest[src]

impl StructuralPartialEq for GetAllStoresRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GetAllStoresRequest

impl Send for GetAllStoresRequest

impl Sync for GetAllStoresRequest

impl Unpin for GetAllStoresRequest

impl UnwindSafe for GetAllStoresRequest

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.