Struct kvproto::diagnosticspb::ServerInfoRequest[][src]

pub struct ServerInfoRequest {
    pub tp: ServerInfoType,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

tp: ServerInfoTypeunknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ServerInfoRequest[src]

pub fn new() -> ServerInfoRequest[src]

pub fn get_tp(&self) -> ServerInfoType[src]

pub fn clear_tp(&mut self)[src]

pub fn set_tp(&mut self, v: ServerInfoType)[src]

Trait Implementations

impl Clear for ServerInfoRequest[src]

impl Clone for ServerInfoRequest[src]

impl Debug for ServerInfoRequest[src]

impl Default for ServerInfoRequest[src]

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

impl Message for ServerInfoRequest[src]

impl PartialEq<ServerInfoRequest> for ServerInfoRequest[src]

impl PbPrint for ServerInfoRequest[src]

impl ProtobufValue for ServerInfoRequest[src]

impl StructuralPartialEq for ServerInfoRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ServerInfoRequest

impl Send for ServerInfoRequest

impl Sync for ServerInfoRequest

impl Unpin for ServerInfoRequest

impl UnwindSafe for ServerInfoRequest

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.