Home
last modified time | relevance | path

Searched defs:DebugInfo (Results 1 – 6 of 6) sorted by relevance

/tonic/tonic-types/src/richer_error/std_messages/
H A Ddebug_info.rs13 pub struct DebugInfo { struct
21 impl DebugInfo { argument
40 impl IntoAny for DebugInfo { implementation
51 impl FromAny for DebugInfo { implementation
58 impl FromAnyRef for DebugInfo { implementation
67 impl From<pb::DebugInfo> for DebugInfo { implementation
76 impl From<DebugInfo> for pb::DebugInfo { implementation
/tonic/tonic-types/src/generated/
H A Dgoogle_rpc.rs45 pub struct DebugInfo { struct
48 pub stack_entries: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
51 pub detail: ::prost::alloc::string::String,
/tonic/tonic-types/proto/
H A Derror_details.proto46 message DebugInfo { message
/tonic/tonic-types/src/richer_error/
H A Dmod.rs302 fn get_details_debug_info(&self) -> Option<DebugInfo>; in get_details_debug_info()
632 fn get_details_debug_info(&self) -> Option<DebugInfo> { in get_details_debug_info()
724 fn get_details_debug_info(&self) -> Option<DebugInfo>; in get_details_debug_info()
864 fn get_details_debug_info(&self) -> Option<DebugInfo> { in get_details_debug_info()
/tonic/tonic-types/src/richer_error/error_details/
H A Dvec.rs15 DebugInfo(DebugInfo), enumerator
H A Dmod.rs390 pub fn debug_info(&self) -> Option<&DebugInfo> { in debug_info()