Struct kvproto::pdpb::PutClusterConfigResponse [−][src]
Fields
header: SingularPtrField<ResponseHeader>
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl PutClusterConfigResponse
[src][−]
pub fn new() -> PutClusterConfigResponse
[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]
Trait Implementations
impl Clear for PutClusterConfigResponse
[src][+]
impl Clone for PutClusterConfigResponse
[src][+]
impl Debug for PutClusterConfigResponse
[src][+]
impl Default for PutClusterConfigResponse
[src][+]
impl<'a> Default for &'a PutClusterConfigResponse
[src][+]
impl Message for PutClusterConfigResponse
[src][+]
impl PartialEq<PutClusterConfigResponse> for PutClusterConfigResponse
[src][+]
impl PbPrint for PutClusterConfigResponse
[src][+]
impl ProtobufValue for PutClusterConfigResponse
[src][+]
impl StructuralPartialEq for PutClusterConfigResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for PutClusterConfigResponse
impl Send for PutClusterConfigResponse
impl Sync for PutClusterConfigResponse
impl Unpin for PutClusterConfigResponse
impl UnwindSafe for PutClusterConfigResponse
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>,