(
&self,
f: &mut ::core::fmt::Formatter<'_>,
)
| 21 | } |
| 22 | impl ::core::fmt::Debug for Message { |
| 23 | fn fmt( |
| 24 | &self, |
| 25 | f: &mut ::core::fmt::Formatter<'_>, |
| 26 | ) -> ::core::fmt::Result { |
| 27 | f.debug_struct("Message") |
| 28 | .field("text", &self.text) |
| 29 | .field("html", &self.html) |
| 30 | .field("to", &self.to) |
| 31 | .finish() |
| 32 | } |
| 33 | } |
| 34 | pub type Reaction = _rt::String; |
| 35 | #[derive(Clone)] |
nothing calls this directly
no outgoing calls
no test coverage detected