pub struct Transaction { /* private fields */ }Expand description
NOTE: Post WASIp3 (and guest support in place, e.g. wstd) with native async/future support, DB queries should be routed through below functions.
@since(version = 0.1.0)
execute: func(query: string, params: list
Implementations§
Source§impl Transaction
impl Transaction
Source§impl Transaction
impl Transaction
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Transaction
impl RefUnwindSafe for Transaction
impl Send for Transaction
impl Sync for Transaction
impl Unpin for Transaction
impl UnsafeUnpin for Transaction
impl UnwindSafe for Transaction
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