Home
last modified time | relevance | path

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

/tonic/tonic-types/src/richer_error/std_messages/
H A Dhelp.rs52 pub struct Help { struct
54 pub links: Vec<HelpLink>, argument
57 impl Help { implementation
98 impl IntoAny for Help { implementation
109 impl FromAny for Help { implementation
116 impl FromAnyRef for Help { implementation
125 impl From<pb::Help> for Help { implementation
133 impl From<Help> for pb::Help { implementation
/tonic/tonic-types/src/generated/
H A Dgoogle_rpc.rs250 pub struct Help { struct
255 /// Nested message and enum types in `Help`. argument
/tonic/tonic-types/proto/
H A Derror_details.proto226 message Help { message
/tonic/tonic-types/src/richer_error/
H A Dmod.rs456 fn get_details_help(&self) -> Option<Help>; in get_details_help()
674 fn get_details_help(&self) -> Option<Help> { in get_details_help()
752 fn get_details_help(&self) -> Option<Help>; in get_details_help()
948 fn get_details_help(&self) -> Option<Help> { in get_details_help()
/tonic/tonic-types/src/richer_error/error_details/
H A Dvec.rs36 Help(Help), enumerator
H A Dmod.rs425 pub fn help(&self) -> Option<&Help> { in help()