MCPcopy Create free account
hub / github.com/HFQR/xitca-web / clone

Method clone

postgres/src/statement.rs:373–378  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

371 C: ClientBorrow + Clone,
372{
373 fn clone(&self) -> Self {
374 Self {
375 stmt: self.stmt.duplicate(),
376 cli: self.cli.clone(),
377 }
378 }
379}
380
381impl<C> Drop for StatementGuardedOwned<C>

Callers 7

getMethod · 0.45
connectMethod · 0.45
config_errorFunction · 0.45
duplicateMethod · 0.45
columns_ownedMethod · 0.45
set_typeMethod · 0.45
connectMethod · 0.45

Calls 1

duplicateMethod · 0.45

Tested by

no test coverage detected