Struct kvproto::configpb::GetAllResponse[][src]

pub struct GetAllResponse {
    pub header: SingularPtrField<Header>,
    pub status: SingularPtrField<Status>,
    pub local_configs: RepeatedField<LocalConfig>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

header: SingularPtrField<Header>status: SingularPtrField<Status>local_configs: RepeatedField<LocalConfig>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl GetAllResponse[src]

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

pub fn get_status(&self) -> &Status[src]

pub fn clear_status(&mut self)[src]

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

pub fn set_status(&mut self, v: Status)[src]

pub fn mut_status(&mut self) -> &mut Status[src]

pub fn take_status(&mut self) -> Status[src]

pub fn get_local_configs(&self) -> &[LocalConfig][src]

pub fn clear_local_configs(&mut self)[src]

pub fn set_local_configs(&mut self, v: RepeatedField<LocalConfig>)[src]

pub fn mut_local_configs(&mut self) -> &mut RepeatedField<LocalConfig>[src]

pub fn take_local_configs(&mut self) -> RepeatedField<LocalConfig>[src]

Trait Implementations

impl Clear for GetAllResponse[src]

impl Clone for GetAllResponse[src]

impl Debug for GetAllResponse[src]

impl Default for GetAllResponse[src]

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

impl Message for GetAllResponse[src]

impl PartialEq<GetAllResponse> for GetAllResponse[src]

impl PbPrint for GetAllResponse[src]

impl ProtobufValue for GetAllResponse[src]

impl StructuralPartialEq for GetAllResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for GetAllResponse

impl Send for GetAllResponse

impl Sync for GetAllResponse

impl Unpin for GetAllResponse

impl UnwindSafe for GetAllResponse

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.