pub struct PreparedSql { /* private fields */ }Implementations§
Source§impl PreparedSql
impl PreparedSql
Sourcepub async fn execute(self) -> Result<TarantoolSqlResponse>
pub async fn execute(self) -> Result<TarantoolSqlResponse>
Trait Implementations§
Source§impl ExecWithParamaters for PreparedSql
impl ExecWithParamaters for PreparedSql
Auto Trait Implementations§
impl Freeze for PreparedSql
impl !RefUnwindSafe for PreparedSql
impl Send for PreparedSql
impl Sync for PreparedSql
impl Unpin for PreparedSql
impl UnsafeUnpin for PreparedSql
impl !UnwindSafe for PreparedSql
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