Home
last modified time | relevance | path

Searched defs:RoTransaction (Results 1 – 23 of 23) sorted by relevance

/dports/net-im/fractal/fractal-4.4.0/vendor/lmdb/src/
H A Dtransaction.rs108 pub struct RoTransaction<'env> { struct
113 impl <'env> fmt::Debug for RoTransaction<'env> { argument
119 impl <'env> Drop for RoTransaction<'env> { implementation
125 impl <'env> RoTransaction<'env> { implementation
159 impl <'env> Transaction for RoTransaction<'env> { implementation
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/lmdb-rkv-0.12.3/src/
H A Dtransaction.rs140 pub struct RoTransaction<'env> { struct
145 impl<'env> fmt::Debug for RoTransaction<'env> { argument
151 impl<'env> Drop for RoTransaction<'env> { implementation
157 impl<'env> RoTransaction<'env> { implementation
196 impl<'env> Transaction for RoTransaction<'env> { implementation
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/lmdb-rkv-0.14.0/src/
H A Dtransaction.rs140 pub struct RoTransaction<'env> { struct
145 impl<'env> fmt::Debug for RoTransaction<'env> { implementation
151 impl<'env> Drop for RoTransaction<'env> { implementation
157 impl<'env> RoTransaction<'env> { implementation
196 impl<'env> Transaction for RoTransaction<'env> { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/lmdb-rkv/src/
H A Dtransaction.rs140 pub struct RoTransaction<'env> { struct
145 impl<'env> fmt::Debug for RoTransaction<'env> { implementation
151 impl<'env> Drop for RoTransaction<'env> { implementation
157 impl<'env> RoTransaction<'env> { impl
196 impl<'env> Transaction for RoTransaction<'env> { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lmdb-rkv/src/
H A Dtransaction.rs140 pub struct RoTransaction<'env> { struct
145 impl<'env> fmt::Debug for RoTransaction<'env> { argument
151 impl<'env> Drop for RoTransaction<'env> { implementation
157 impl<'env> RoTransaction<'env> { impl
196 impl<'env> Transaction for RoTransaction<'env> { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lmdb-rkv/src/
H A Dtransaction.rs140 pub struct RoTransaction<'env> { struct
145 impl<'env> fmt::Debug for RoTransaction<'env> { implementation
151 impl<'env> Drop for RoTransaction<'env> { implementation
157 impl<'env> RoTransaction<'env> { implementation
196 impl<'env> Transaction for RoTransaction<'env> { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lmdb-rkv/src/
H A Dtransaction.rs140 pub struct RoTransaction<'env> { struct
145 impl<'env> fmt::Debug for RoTransaction<'env> { argument
151 impl<'env> Drop for RoTransaction<'env> { implementation
157 impl<'env> RoTransaction<'env> { impl
196 impl<'env> Transaction for RoTransaction<'env> { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rkv/src/backend/impl_lmdb/
H A Denvironment.rs77 type RoTransaction = RoTransactionImpl<'e>; typedef
88 fn begin_ro_txn(&'e self) -> Result<Self::RoTransaction, Self::Error> { in begin_ro_txn()
/dports/www/firefox/firefox-99.0/third_party/rust/rkv/src/backend/impl_lmdb/
H A Denvironment.rs182 type RoTransaction = RoTransactionImpl<'e>; typedef
211 fn begin_ro_txn(&'e self) -> Result<Self::RoTransaction, Self::Error> { in begin_ro_txn()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rkv/src/backend/impl_lmdb/
H A Denvironment.rs182 type RoTransaction = RoTransactionImpl<'e>; typedef
211 fn begin_ro_txn(&'e self) -> Result<Self::RoTransaction, Self::Error> { in begin_ro_txn()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rkv/src/backend/impl_lmdb/
H A Denvironment.rs182 type RoTransaction = RoTransactionImpl<'e>; typedef
211 fn begin_ro_txn(&'e self) -> Result<Self::RoTransaction, Self::Error> { in begin_ro_txn()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rkv/src/backend/impl_safe/
H A Denvironment.rs196 type RoTransaction = RoTransactionImpl<'e>; typedef
225 fn begin_ro_txn(&'e self) -> Result<Self::RoTransaction, Self::Error> { in begin_ro_txn()
/dports/www/firefox/firefox-99.0/third_party/rust/rkv/src/backend/impl_safe/
H A Denvironment.rs246 type RoTransaction = RoTransactionImpl<'e>; typedef
283 fn begin_ro_txn(&'e self) -> Result<Self::RoTransaction, Self::Error> { in begin_ro_txn()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rkv/src/backend/impl_safe/
H A Denvironment.rs246 type RoTransaction = RoTransactionImpl<'e>; typedef
283 fn begin_ro_txn(&'e self) -> Result<Self::RoTransaction, Self::Error> { in begin_ro_txn()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rkv/src/backend/impl_safe/
H A Denvironment.rs246 type RoTransaction = RoTransactionImpl<'e>; typedef
283 fn begin_ro_txn(&'e self) -> Result<Self::RoTransaction, Self::Error> { in begin_ro_txn()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rkv/src/backend/
H A Dtraits.rs96 type RoTransaction: BackendRoCursorTransaction<'e, Database = Self::Database>; typedef
103 fn begin_ro_txn(&'e self) -> Result<Self::RoTransaction, Self::Error>; in begin_ro_txn()
/dports/www/firefox/firefox-99.0/third_party/rust/rkv/src/backend/
H A Dtraits.rs107 type RoTransaction: BackendRoCursorTransaction<'e, Database = Self::Database>; typedef
116 fn begin_ro_txn(&'e self) -> Result<Self::RoTransaction, Self::Error>; in begin_ro_txn()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rkv/src/backend/
H A Dtraits.rs107 type RoTransaction: BackendRoCursorTransaction<'e, Database = Self::Database>; typedef
116 fn begin_ro_txn(&'e self) -> Result<Self::RoTransaction, Self::Error>; in begin_ro_txn()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rkv/src/backend/
H A Dtraits.rs107 type RoTransaction: BackendRoCursorTransaction<'e, Database = Self::Database>; typedef
116 fn begin_ro_txn(&'e self) -> Result<Self::RoTransaction, Self::Error>; in begin_ro_txn()
/dports/www/firefox/firefox-99.0/third_party/rust/rkv/src/
H A Denv.rs222 E: BackendEnvironment<'e, RoTransaction = T>, in read() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rkv/src/
H A Denv.rs222 E: BackendEnvironment<'e, RoTransaction = T>, in read() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rkv/src/
H A Denv.rs222 E: BackendEnvironment<'e, RoTransaction = T>, in read() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rkv/src/
H A Denv.rs215 E: BackendEnvironment<'e, RoTransaction = T>, in read() argument