Struct kvproto::pdpb::GetClusterConfigResponse[][src]

pub struct GetClusterConfigResponse {
    pub header: SingularPtrField<ResponseHeader>,
    pub cluster: SingularPtrField<Cluster>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

header: SingularPtrField<ResponseHeader>cluster: SingularPtrField<Cluster>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl GetClusterConfigResponse[src]

pub fn new() -> GetClusterConfigResponse[src]

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

pub fn clear_header(&mut self)[src]

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

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

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

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

pub fn get_cluster(&self) -> &Cluster[src]

pub fn clear_cluster(&mut self)[src]

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

pub fn set_cluster(&mut self, v: Cluster)[src]

pub fn mut_cluster(&mut self) -> &mut Cluster[src]

pub fn take_cluster(&mut self) -> Cluster[src]

Trait Implementations

impl Clear for GetClusterConfigResponse[src]

impl Clone for GetClusterConfigResponse[src]

impl Debug for GetClusterConfigResponse[src]

impl Default for GetClusterConfigResponse[src]

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

impl Message for GetClusterConfigResponse[src]

impl PartialEq<GetClusterConfigResponse> for GetClusterConfigResponse[src]

impl PbPrint for GetClusterConfigResponse[src]

impl ProtobufValue for GetClusterConfigResponse[src]

impl StructuralPartialEq for GetClusterConfigResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for GetClusterConfigResponse

impl Send for GetClusterConfigResponse

impl Sync for GetClusterConfigResponse

impl Unpin for GetClusterConfigResponse

impl UnwindSafe for GetClusterConfigResponse

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.