Struct kvproto::configpb::GetAllRequest[][src]

pub struct GetAllRequest {
    pub header: SingularPtrField<Header>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

header: SingularPtrField<Header>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl GetAllRequest[src]

pub fn new() -> GetAllRequest[src]

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

pub fn clear_header(&mut self)[src]

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

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

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

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

Trait Implementations

impl Clear for GetAllRequest[src]

impl Clone for GetAllRequest[src]

impl Debug for GetAllRequest[src]

impl Default for GetAllRequest[src]

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

impl Message for GetAllRequest[src]

impl PartialEq<GetAllRequest> for GetAllRequest[src]

impl PbPrint for GetAllRequest[src]

impl ProtobufValue for GetAllRequest[src]

impl StructuralPartialEq for GetAllRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GetAllRequest

impl Send for GetAllRequest

impl Sync for GetAllRequest

impl Unpin for GetAllRequest

impl UnwindSafe for GetAllRequest

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.