| 15 | use super::super::super::super::_rt; |
| 16 | #[derive(Clone)] |
| 17 | pub struct Message { |
| 18 | pub text: _rt::String, |
| 19 | pub html: Option<_rt::String>, |
| 20 | pub to: _rt::String, |
| 21 | } |
| 22 | impl ::core::fmt::Debug for Message { |
| 23 | fn fmt( |
| 24 | &self, |
nothing calls this directly
no outgoing calls
no test coverage detected