Struct kvproto::pdpb::GetStoreRequest[][src]

pub struct GetStoreRequest {
    pub header: SingularPtrField<RequestHeader>,
    pub store_id: u64,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

header: SingularPtrField<RequestHeader>store_id: u64unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl GetStoreRequest[src]

pub fn new() -> GetStoreRequest[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_store_id(&self) -> u64[src]

pub fn clear_store_id(&mut self)[src]

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

Trait Implementations

impl Clear for GetStoreRequest[src]

impl Clone for GetStoreRequest[src]

impl Debug for GetStoreRequest[src]

impl Default for GetStoreRequest[src]

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

impl Message for GetStoreRequest[src]

impl PartialEq<GetStoreRequest> for GetStoreRequest[src]

impl PbPrint for GetStoreRequest[src]

impl ProtobufValue for GetStoreRequest[src]

impl StructuralPartialEq for GetStoreRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GetStoreRequest

impl Send for GetStoreRequest

impl Sync for GetStoreRequest

impl Unpin for GetStoreRequest

impl UnwindSafe for GetStoreRequest

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.