MCPcopy Create free account
hub / github.com/bnjbvr/trinity / Message

Class Message

modules/libcommand/src/trinity_module.rs:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected