Searched defs:HealthServer (Results 1 – 1 of 1) sorted by relevance
254 pub struct HealthServer<T> { struct255 inner: Arc<T>,256 accept_compression_encodings: EnabledCompressionEncodings,257 send_compression_encodings: EnabledCompressionEncodings,258 max_decoding_message_size: Option<usize>,259 max_encoding_message_size: Option<usize>,261 impl<T> HealthServer<T> { impl312 impl<T, B> tonic::codegen::Service<http::Request<B>> for HealthServer<T> implementation442 impl<T> Clone for HealthServer<T> { implementation456 impl<T> tonic::server::NamedService for HealthServer<T> { implementation