| /tonic/tonic-types/src/richer_error/std_messages/ |
| H A D | request_info.rs | 2 use prost_types::Any; 44 fn into_any(self) -> Any { in into_any() argument 47 Any { in into_any() 56 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() 62 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref()
|
| H A D | loc_message.rs | 2 use prost_types::Any; 45 fn into_any(self) -> Any { in into_any() argument 48 Any { in into_any() 57 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() 63 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref()
|
| H A D | debug_info.rs | 2 use prost_types::Any; 41 fn into_any(self) -> Any { in into_any() argument 44 Any { in into_any() 53 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() 59 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref()
|
| H A D | resource_info.rs | 2 use prost_types::Any; 57 fn into_any(self) -> Any { in into_any() argument 60 Any { in into_any() 69 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() 75 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref()
|
| H A D | error_info.rs | 4 use prost_types::Any; 57 fn into_any(self) -> Any { in into_any() argument 60 Any { in into_any() 69 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() 75 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref()
|
| H A D | retry_info.rs | 4 use prost_types::Any; 56 fn into_any(self) -> Any { in into_any() argument 59 Any { in into_any() 68 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() 74 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref()
|
| H A D | help.rs | 2 use prost_types::Any; 99 fn into_any(self) -> Any { in into_any() argument 102 Any { in into_any() 111 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() 117 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref()
|
| H A D | bad_request.rs | 2 use prost_types::Any; 103 fn into_any(self) -> Any { in into_any() argument 106 Any { in into_any() 115 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() 121 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref()
|
| H A D | quota_failure.rs | 2 use prost_types::Any; 100 fn into_any(self) -> Any { in into_any() argument 103 Any { in into_any() 112 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() 118 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref()
|
| H A D | prec_failure.rs | 2 use prost_types::Any; 123 fn into_any(self) -> Any { in into_any() argument 126 Any { in into_any() 135 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() 141 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref()
|
| /tonic/tests/wellknown-compiled/src/ |
| H A D | lib.rs | 14 let _any = crate::gen::google::protobuf::Any { in grok()
|
| /tonic/tonic/src/ |
| H A D | body.rs | 44 if let Some(body) = <dyn std::any::Any>::downcast_mut::<Option<Body>>(&mut body) { in new() 48 if let Some(body) = <dyn std::any::Any>::downcast_mut::<Option<BoxBody>>(&mut body) { in new()
|
| /tonic/tests/wellknown/proto/ |
| H A D | wellknown.proto | 12 rpc AnyCall(google.protobuf.Any) returns (google.protobuf.Empty);
|
| /tonic/tonic-types/src/richer_error/ |
| H A D | mod.rs | 5 use prost_types::Any; 21 fn into_any(self) -> Any; in into_any() argument 26 fn from_any(any: Any) -> Result<Self, DecodeError> in from_any() 32 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> in from_any_ref() 37 fn gen_details_bytes(code: Code, message: &str, details: Vec<Any>) -> Bytes { in gen_details_bytes() 492 let mut conv_details: Vec<Any> = Vec::with_capacity(10); in with_error_details_and_metadata() 551 let mut conv_details: Vec<Any> = Vec::new(); in with_error_details_vec_and_metadata()
|
| /tonic/tonic-types/proto/ |
| H A D | status.proto | 39 // A developer-facing error message, which should be in English. Any 46 repeated google.protobuf.Any details = 3;
|
| H A D | error_details.proto | 193 // Any data that was used to serve this request. For example, an encrypted
|
| /tonic/tonic-types/src/generated/ |
| H A D | google_rpc.rs | 22 pub details: ::prost::alloc::vec::Vec<::prost_types::Any>,
|
| /tonic/ |
| H A D | CONTRIBUTING.md | 297 **Any community member can review a PR and you might get conflicting feedback**. 315 **Any Tokio and Hyperium community member is welcome to review any pull request**.
|
| /tonic/examples/proto/googleapis/google/api/ |
| H A D | http.proto | 89 // Any fields in the request message which are not bound by the path template
|
| /tonic/examples/proto/googleapis/google/pubsub/v1/ |
| H A D | pubsub.proto | 1170 // (b) Any messages published to the subscription's topic following the
|