Struct kvproto::pdpb::BootstrapRequest[][src]

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

Fields

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

Implementations

impl BootstrapRequest[src]

pub fn new() -> BootstrapRequest[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]

pub fn get_region(&self) -> &Region[src]

pub fn clear_region(&mut self)[src]

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

pub fn set_region(&mut self, v: Region)[src]

pub fn mut_region(&mut self) -> &mut Region[src]

pub fn take_region(&mut self) -> Region[src]

Trait Implementations

impl Clear for BootstrapRequest[src]

impl Clone for BootstrapRequest[src]

impl Debug for BootstrapRequest[src]

impl Default for BootstrapRequest[src]

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

impl Message for BootstrapRequest[src]

impl PartialEq<BootstrapRequest> for BootstrapRequest[src]

impl PbPrint for BootstrapRequest[src]

impl ProtobufValue for BootstrapRequest[src]

impl StructuralPartialEq for BootstrapRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for BootstrapRequest

impl Send for BootstrapRequest

impl Sync for BootstrapRequest

impl Unpin for BootstrapRequest

impl UnwindSafe for BootstrapRequest

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.