Struct kvproto::configpb::GetAllResponse [−][src]
Fields
header: SingularPtrField<Header>
status: SingularPtrField<Status>
local_configs: RepeatedField<LocalConfig>
unknown_fields: UnknownFields
cached_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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,