| /tonic/interop/src/ |
| H A D | lib.rs | 55 description: &'static str, 58 description: &'static str, 81 ref description, in fmt() 88 desc = style(description).red(), in fmt() 93 ref description, in fmt() 100 desc = style(description).red(), in fmt() 109 ($description:expr, $assertion:expr) => { 112 description: $description, 116 description: $description, 125 description: $description, [all …]
|
| H A D | client.rs | 185 description: in ping_pong()
|
| /tonic/tonic-types/src/richer_error/std_messages/ |
| H A D | help.rs | 12 pub description: String, field 20 pub fn new(description: impl Into<String>, url: impl Into<String>) -> Self { in new() 22 description: description.into(), in new() 31 description: value.description, in from() 40 description: value.description, in from() 69 pub fn with_link(description: impl Into<String>, url: impl Into<String>) -> Self { in with_link() 72 description: description.into(), in with_link() 81 description: impl Into<String>, in add_link() 85 description: description.into(), in add_link()
|
| H A D | bad_request.rs | 18 pub description: String, field 23 pub fn new(field: impl Into<String>, description: impl Into<String>) -> Self { in new() 26 description: description.into(), in new() 35 description: value.description, in from() 44 description: value.description, in from() 73 pub fn with_violation(field: impl Into<String>, description: impl Into<String>) -> Self { in with_violation() 77 description: description.into(), in with_violation() 86 description: impl Into<String>, in add_violation() 90 description: description.into(), in add_violation()
|
| H A D | quota_failure.rs | 16 pub description: String, field 21 pub fn new(subject: impl Into<String>, description: impl Into<String>) -> Self { in new() 24 description: description.into(), in new() 33 description: value.description, in from() 42 description: value.description, in from() 70 pub fn with_violation(subject: impl Into<String>, description: impl Into<String>) -> Self { in with_violation() 74 description: description.into(), in with_violation() 83 description: impl Into<String>, in add_violation() 87 description: description.into(), in add_violation()
|
| H A D | prec_failure.rs | 23 pub description: String, field 31 description: impl Into<String>, in new() 36 description: description.into(), in new() 46 description: value.description, in from() 56 description: value.description, in from() 88 description: impl Into<String>, in with_violation() 94 description: description.into(), in with_violation() 105 description: impl Into<String>, in add_violation() 110 description: description.into(), in add_violation()
|
| H A D | resource_info.rs | 24 pub description: String, field 36 description: impl Into<String>, in new() 42 description: description.into(), in new() 52 && self.description.is_empty() in is_empty() 89 description: res_info.description, in from() 100 description: res_info.description, in from()
|
| /tonic/tonic-types/src/richer_error/error_details/ |
| H A D | mod.rs | 135 description: impl Into<String>, in with_quota_failure_violation() 214 description: impl Into<String>, in with_precondition_failure_violation() 220 description, in with_precondition_failure_violation() 261 description: impl Into<String>, in with_bad_request_violation() 311 description: impl Into<String>, in with_resource_info() 318 description, in with_resource_info() 511 description: impl Into<String>, in add_quota_failure_violation() 625 description: impl Into<String>, in add_precondition_failure_violation() 635 description, in add_precondition_failure_violation() 705 description: impl Into<String>, in add_bad_request_violation() [all …]
|
| /tonic/tonic-types/src/generated/ |
| H A D | google_rpc.rs | 89 pub description: ::prost::alloc::string::String, field 181 pub description: ::prost::alloc::string::String, field 204 pub description: ::prost::alloc::string::String, field 242 pub description: ::prost::alloc::string::String, field 262 pub description: ::prost::alloc::string::String, field
|
| /tonic/tonic/src/transport/ |
| H A D | error.rs | 50 fn description(&self) -> &str { in description() method 77 f.write_str(self.description()) in fmt()
|
| /tonic/tonic-types/proto/ |
| H A D | error_details.proto | 58 // id and the description of the quota limit that was exceeded. If the 74 // A description of how the quota check failed. Clients can use this 75 // description to find more about the quota configuration in the service's 81 string description = 2; field 157 // A description of how the precondition failed. Developers can use this 158 // description to understand how to fix the failure. 161 string description = 3; field 178 // A description of why the request element is bad. 179 string description = 2; field 218 string description = 4; field [all …]
|
| /tonic/tonic-types/ |
| H A D | Cargo.toml | 7 description = """
|
| H A D | README.md | 42 "description of why the field_a is invalid" 49 "description of why the field_b is invalid", 57 .add_help_link("description of link", "https://resource.example.local")
|
| /tonic/tonic-web/ |
| H A D | Cargo.toml | 4 description = """
|
| /tonic/tonic-build/ |
| H A D | Cargo.toml | 4 description = """
|
| /tonic/tonic-health/ |
| H A D | Cargo.toml | 4 description = """
|
| /tonic/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 47 One way to structure the description:
|
| /tonic/tonic-reflection/ |
| H A D | Cargo.toml | 7 description = """
|
| /tonic/tonic/ |
| H A D | Cargo.toml | 12 description = """
|
| /tonic/tonic-reflection/proto/ |
| H A D | reflection_v1.proto | 15 // Service exported by server reflection. A more complete description of how
|
| /tonic/tonic/src/ |
| H A D | status.rs | 125 pub fn description(&self) -> &'static str { in description() method 154 std::fmt::Display::fmt(self.description(), f) in fmt()
|
| /tonic/examples/proto/googleapis/google/api/ |
| H A D | resource.proto | 155 // A description of the historical or future-looking state of the
|
| /tonic/ |
| H A D | CONTRIBUTING.md | 74 evaluate the report is a description of the behavior you are seeing and a simple 239 * contain a short description of the change (preferably 50 characters or less,
|
| H A D | CHANGELOG.md | 549 * **metadata:** Remove deprecated error description ([61e0429](https://github.com/hyperium/tonic/co…
|