Searched refs:Display (Results 1 – 14 of 14) sorted by relevance
| /tonic/tonic-health/src/ |
| H A D | lib.rs | 16 use std::fmt::{Display, Formatter}; 58 impl Display for ServingStatus {
|
| /tonic/tonic/src/metadata/ |
| H A D | key.rs | 174 impl<VE: ValueEncoding> fmt::Display for MetadataKey<VE> { 176 fmt::Display::fmt(self.as_str(), fmt) in fmt() 272 impl fmt::Display for InvalidMetadataKey {
|
| H A D | encoding.rs | 197 impl fmt::Display for InvalidMetadataValue { 218 impl fmt::Display for InvalidMetadataValueBytes {
|
| H A D | value.rs | 604 impl fmt::Display for ToStrError {
|
| /tonic/tonic/src/transport/service/ |
| H A D | tls.rs | 20 impl fmt::Display for TlsError {
|
| /tonic/tonic/src/ |
| H A D | status.rs | 152 impl std::fmt::Display for Code { 154 std::fmt::Display::fmt(self.description(), f) in fmt() 663 fn invalid_header_value_byte<Error: fmt::Display>(err: Error) -> Status { in invalid_header_value_byte() 712 impl fmt::Display for Status { 887 impl fmt::Display for Nested { 1026 impl fmt::Display for TimeoutExpired { 1040 impl fmt::Display for ConnectError { 1042 fmt::Display::fmt(&self.0, f) in fmt()
|
| /tonic/tonic/src/transport/ |
| H A D | error.rs | 75 impl fmt::Display for Error {
|
| /tonic/tonic/src/transport/channel/service/ |
| H A D | connector.rs | 86 impl fmt::Display for HttpsUriWithoutTlsSupport {
|
| /tonic/tonic-reflection/src/server/ |
| H A D | mod.rs | 2 use std::fmt::{Display, Formatter}; 318 impl Display for Error {
|
| /tonic/interop/src/ |
| H A D | lib.rs | 70 impl fmt::Display for TestAssertion {
|
| /tonic/tonic-web/src/ |
| H A D | service.rs | 50 B::Error: Into<crate::BoxError> + fmt::Display, 209 B::Error: Into<crate::BoxError> + fmt::Display, in coerce_request() argument 230 B::Error: Into<crate::BoxError> + fmt::Display, in coerce_response() argument
|
| H A D | call.rs | 165 B::Error: fmt::Display, 253 B::Error: fmt::Display, 342 B::Error: fmt::Display, 375 fn internal_error(e: impl std::fmt::Display) -> Status { in internal_error()
|
| /tonic/tonic/src/codec/ |
| H A D | compression.rs | 199 impl fmt::Display for CompressionEncoding {
|
| /tonic/ |
| H A D | CHANGELOG.md | 375 * **tonic:** don't include error's cause in Display impl ([#633](https://github.com/hyperium/tonic/… 509 * Add `Display` implementation for `Code` ([#386](https://github.com/hyperium/tonic/issues/386)) ([…
|