Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
381
impl<C> Drop for StatementGuardedOwned<C>
Callers
7
get
Method · 0.45
connect
Method · 0.45
config_error
Function · 0.45
duplicate
Method · 0.45
columns_owned
Method · 0.45
set_type
Method · 0.45
connect
Method · 0.45
Calls
1
duplicate
Method · 0.45
Tested by
no test coverage detected