Struct kip_sql::db::DBTransaction
source · pub struct DBTransaction<S: Storage> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<S> !RefUnwindSafe for DBTransaction<S>
impl<S> Send for DBTransaction<S>
impl<S> !Sync for DBTransaction<S>
impl<S> Unpin for DBTransaction<S>
impl<S> UnwindSafe for DBTransaction<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