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

Method fmt

modules/libcommand/src/trinity_module.rs:23–32  ·  view source on GitHub ↗
(
                        &self,
                        f: &mut ::core::fmt::Formatter<'_>,
                    )

Source from the content-addressed store, hash-verified

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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected