Struct kvproto::pdpb::PutStoreRequest[][src]

pub struct PutStoreRequest {
    pub header: SingularPtrField<RequestHeader>,
    pub store: SingularPtrField<Store>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

header: SingularPtrField<RequestHeader>store: SingularPtrField<Store>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl PutStoreRequest[src]

pub fn new() -> PutStoreRequest[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(&self) -> &Store[src]

pub fn clear_store(&mut self)[src]

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

pub fn set_store(&mut self, v: Store)[src]

pub fn mut_store(&mut self) -> &mut Store[src]

pub fn take_store(&mut self) -> Store[src]

Trait Implementations

impl Clear for PutStoreRequest[src]

impl Clone for PutStoreRequest[src]

impl Debug for PutStoreRequest[src]

impl Default for PutStoreRequest[src]

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

impl Message for PutStoreRequest[src]

impl PartialEq<PutStoreRequest> for PutStoreRequest[src]

impl PbPrint for PutStoreRequest[src]

impl ProtobufValue for PutStoreRequest[src]

impl StructuralPartialEq for PutStoreRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for PutStoreRequest

impl Send for PutStoreRequest

impl Sync for PutStoreRequest

impl Unpin for PutStoreRequest

impl UnwindSafe for PutStoreRequest

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.