Searched refs:from_any_ref (Results 1 – 11 of 11) sorted by relevance
| /tonic/tonic-types/src/richer_error/ |
| H A D | mod.rs | 32 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> in from_any_ref() method 790 details.help = Some(Help::from_any_ref(any)?); in check_error_details() 836 details.push(Help::from_any_ref(any)?.into()); in check_error_details_vec() 855 if let Ok(detail) = RetryInfo::from_any_ref(any) { in get_details_retry_info() 867 if let Ok(detail) = DebugInfo::from_any_ref(any) { in get_details_debug_info() 879 if let Ok(detail) = QuotaFailure::from_any_ref(any) { in get_details_quota_failure() 891 if let Ok(detail) = ErrorInfo::from_any_ref(any) { in get_details_error_info() 915 if let Ok(detail) = BadRequest::from_any_ref(any) { in get_details_bad_request() 927 if let Ok(detail) = RequestInfo::from_any_ref(any) { in get_details_request_info() 939 if let Ok(detail) = ResourceInfo::from_any_ref(any) { in get_details_resource_info() [all …]
|
| /tonic/tonic-types/src/richer_error/std_messages/ |
| H A D | request_info.rs | 57 FromAnyRef::from_any_ref(&any) in from_any() 62 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() method
|
| H A D | loc_message.rs | 58 FromAnyRef::from_any_ref(&any) in from_any() 63 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() method
|
| H A D | debug_info.rs | 54 FromAnyRef::from_any_ref(&any) in from_any() 59 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() method
|
| H A D | resource_info.rs | 70 FromAnyRef::from_any_ref(&any) in from_any() 75 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() method
|
| H A D | error_info.rs | 70 FromAnyRef::from_any_ref(&any) in from_any() 75 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() method
|
| H A D | retry_info.rs | 69 FromAnyRef::from_any_ref(&any) in from_any() 74 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() method
|
| H A D | help.rs | 112 FromAnyRef::from_any_ref(&any) in from_any() 117 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() method
|
| H A D | bad_request.rs | 116 FromAnyRef::from_any_ref(&any) in from_any() 121 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() method
|
| H A D | quota_failure.rs | 113 FromAnyRef::from_any_ref(&any) in from_any() 118 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() method
|
| H A D | prec_failure.rs | 136 FromAnyRef::from_any_ref(&any) in from_any() 141 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() method
|