Searched refs:from_any (Results 1 – 11 of 11) sorted by relevance
| /tonic/tonic-types/src/richer_error/std_messages/ |
| H A D | request_info.rs | 56 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() method 119 let br_details = match RequestInfo::from_any(gen_any) { in gen_request_info() 121 Ok(from_any) => from_any, in gen_request_info()
|
| H A D | loc_message.rs | 57 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() method 120 let br_details = match LocalizedMessage::from_any(gen_any) { in gen_localized_message() 122 Ok(from_any) => from_any, in gen_localized_message()
|
| H A D | debug_info.rs | 53 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() method 117 let br_details = match DebugInfo::from_any(gen_any) { in gen_debug_info() 119 Ok(from_any) => from_any, in gen_debug_info()
|
| H A D | resource_info.rs | 69 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() method 135 let br_details = match ResourceInfo::from_any(gen_any) { in gen_resource_info() 137 Ok(from_any) => from_any, in gen_resource_info()
|
| H A D | error_info.rs | 69 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() method 138 let br_details = match ErrorInfo::from_any(gen_any) { in gen_error_info() 140 Ok(from_any) => from_any, in gen_error_info()
|
| H A D | retry_info.rs | 68 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() method 155 let br_details = match RetryInfo::from_any(gen_any) { in gen_retry_info() 157 Ok(from_any) => from_any, in gen_retry_info()
|
| H A D | help.rs | 111 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() method 191 let br_details = match Help::from_any(gen_any) { in gen_help() 193 Ok(from_any) => from_any, in gen_help()
|
| H A D | bad_request.rs | 115 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() method 195 let br_details = match BadRequest::from_any(gen_any) { in gen_bad_request() 197 Ok(from_any) => from_any, in gen_bad_request()
|
| H A D | quota_failure.rs | 112 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() method 193 let br_details = match QuotaFailure::from_any(gen_any) { in gen_quota_failure() 195 Ok(from_any) => from_any, in gen_quota_failure()
|
| H A D | prec_failure.rs | 135 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() method 216 let br_details = match PreconditionFailure::from_any(gen_any) { in gen_prec_failure() 218 Ok(from_any) => from_any, in gen_prec_failure()
|
| /tonic/tonic-types/src/richer_error/ |
| H A D | mod.rs | 26 fn from_any(any: Any) -> Result<Self, DecodeError> in from_any() method
|