pub struct BorrowedSqlTransaction<'a, 'b, 'c, S: KVStore + 'b> { /* private fields */ }Implementations§
Source§impl<'a, 'b, 'c, S: KVStore + 'b> BorrowedSqlTransaction<'a, 'b, 'c, S>
impl<'a, 'b, 'c, S: KVStore + 'b> BorrowedSqlTransaction<'a, 'b, 'c, S>
pub fn mode(&self) -> TxnMode
pub fn split_parts( &mut self, ) -> (BorrowedSqlTxn<'_, 'b, S>, &mut CatalogOverlay)
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b, 'c, S> Freeze for BorrowedSqlTransaction<'a, 'b, 'c, S>
impl<'a, 'b, 'c, S> !RefUnwindSafe for BorrowedSqlTransaction<'a, 'b, 'c, S>
impl<'a, 'b, 'c, S> Send for BorrowedSqlTransaction<'a, 'b, 'c, S>
impl<'a, 'b, 'c, S> Sync for BorrowedSqlTransaction<'a, 'b, 'c, S>
impl<'a, 'b, 'c, S> Unpin for BorrowedSqlTransaction<'a, 'b, 'c, S>
impl<'a, 'b, 'c, S> !UnwindSafe for BorrowedSqlTransaction<'a, 'b, 'c, S>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more