| 51 | } |
| 52 | #[derive(Clone)] |
| 53 | pub struct RequestHeader { |
| 54 | pub key: _rt::String, |
| 55 | pub value: _rt::String, |
| 56 | } |
| 57 | impl ::core::fmt::Debug for RequestHeader { |
| 58 | fn fmt( |
| 59 | &self, |
nothing calls this directly
no outgoing calls
no test coverage detected