MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / from

Method from

src/database/proxy.rs:59–63  ·  view source on GitHub ↗
(result: ProxyExecResult)

Source from the content-addressed store, hash-verified

57
58impl From<ProxyExecResult> for ExecResult {
59 fn from(result: ProxyExecResult) -> Self {
60 Self {
61 result: ExecResultHolder::Proxy(result),
62 }
63 }
64}
65
66impl From<ExecResult> for ProxyExecResult {

Callers

nothing calls this directly

Calls 3

last_insert_idMethod · 0.80
rows_affectedMethod · 0.80
into_iterMethod · 0.80

Tested by

no test coverage detected