MCPcopy Create free account
hub / github.com/buttplugio/buttplug / fmt

Method fmt

crates/buttplug_server/src/server.rs:96–102  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

94
95impl std::fmt::Debug for ButtplugServer {
96 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
97 f.debug_struct("ButtplugServer")
98 .field("server_name", &self.server_name)
99 .field("max_ping_time", &self.max_ping_time)
100 .field("state", &self.state)
101 .finish()
102 }
103}
104
105impl ButtplugServer {

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected