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

Method fmt

modules/wit-sync-request/src/sync_request_world.rs:23–35  ·  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 RequestVerb {
23 fn fmt(
24 &self,
25 f: &mut ::core::fmt::Formatter<'_>,
26 ) -> ::core::fmt::Result {
27 match self {
28 RequestVerb::Get => f.debug_tuple("RequestVerb::Get").finish(),
29 RequestVerb::Put => f.debug_tuple("RequestVerb::Put").finish(),
30 RequestVerb::Delete => {
31 f.debug_tuple("RequestVerb::Delete").finish()
32 }
33 RequestVerb::Post => f.debug_tuple("RequestVerb::Post").finish(),
34 }
35 }
36 }
37 impl RequestVerb {
38 #[doc(hidden)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected