MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / fmt

Method fmt

src/postgres-client/src/lib.rs:107–111  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

105
106impl std::fmt::Debug for PostgresClientConfig {
107 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
108 f.debug_struct("PostgresClientConfig")
109 .field("url", &self.url)
110 .finish_non_exhaustive()
111 }
112}
113
114impl PostgresClientConfig {

Callers

nothing calls this directly

Calls 1

fieldMethod · 0.80

Tested by

no test coverage detected