Struct kvproto::debugpb::ModifyTikvConfigResponse[][src]

pub struct ModifyTikvConfigResponse {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ModifyTikvConfigResponse[src]

pub fn new() -> ModifyTikvConfigResponse[src]

Trait Implementations

impl Clear for ModifyTikvConfigResponse[src]

impl Clone for ModifyTikvConfigResponse[src]

impl Debug for ModifyTikvConfigResponse[src]

impl Default for ModifyTikvConfigResponse[src]

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

impl Message for ModifyTikvConfigResponse[src]

impl PartialEq<ModifyTikvConfigResponse> for ModifyTikvConfigResponse[src]

impl PbPrint for ModifyTikvConfigResponse[src]

impl ProtobufValue for ModifyTikvConfigResponse[src]

impl StructuralPartialEq for ModifyTikvConfigResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ModifyTikvConfigResponse

impl Send for ModifyTikvConfigResponse

impl Sync for ModifyTikvConfigResponse

impl Unpin for ModifyTikvConfigResponse

impl UnwindSafe for ModifyTikvConfigResponse

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.