pub struct MySQLPrepared { /* private fields */ }Expand description
Prepared statement wrapper for MySQL/MariaDB.
Stores the underlying mysql_async::Statement, accumulated parameter Values and the next bind index.
Implements Prepared for use by the Executor implementations.
Trait Implementations§
Source§impl Debug for MySQLPrepared
impl Debug for MySQLPrepared
Source§impl Display for MySQLPrepared
impl Display for MySQLPrepared
Auto Trait Implementations§
impl Freeze for MySQLPrepared
impl !RefUnwindSafe for MySQLPrepared
impl Send for MySQLPrepared
impl Sync for MySQLPrepared
impl Unpin for MySQLPrepared
impl UnsafeUnpin for MySQLPrepared
impl !UnwindSafe for MySQLPrepared
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