Struct grpcio_health::proto::HealthCheckRequest[][src]

pub struct HealthCheckRequest {
    pub service: String,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Generated files are compatible only with the same version of protobuf runtime.

Fields

service: Stringunknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl HealthCheckRequest[src]

pub fn new() -> HealthCheckRequest[src]

pub fn get_service(&self) -> &str[src]

pub fn clear_service(&mut self)[src]

pub fn set_service(&mut self, v: String)[src]

pub fn mut_service(&mut self) -> &mut String[src]

pub fn take_service(&mut self) -> String[src]

Trait Implementations

impl Clear for HealthCheckRequest[src]

impl Clone for HealthCheckRequest[src]

impl Debug for HealthCheckRequest[src]

impl Default for HealthCheckRequest[src]

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

impl Message for HealthCheckRequest[src]

impl PartialEq<HealthCheckRequest> for HealthCheckRequest[src]

impl ProtobufValue for HealthCheckRequest[src]

impl StructuralPartialEq for HealthCheckRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for HealthCheckRequest

impl Send for HealthCheckRequest

impl Sync for HealthCheckRequest

impl Unpin for HealthCheckRequest

impl UnwindSafe for HealthCheckRequest

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.