pub struct PreparedStatementHandle { /* private fields */ }
Implementations§
Source§impl PreparedStatementHandle
§Safety
- All parameter indices must be in range
impl PreparedStatementHandle
§Safety
- All parameter indices must be in range
Sourcepub unsafe fn from_raw(
raw: duckdb_prepared_statement,
parent: Arc<ConnectionHandle>,
) -> Arc<Self>
pub unsafe fn from_raw( raw: duckdb_prepared_statement, parent: Arc<ConnectionHandle>, ) -> Arc<Self>
§Safety
- Takes ownership of
raw
Trait Implementations§
Source§impl Debug for PreparedStatementHandle
impl Debug for PreparedStatementHandle
Source§impl Deref for PreparedStatementHandle
impl Deref for PreparedStatementHandle
Auto Trait Implementations§
impl Freeze for PreparedStatementHandle
impl RefUnwindSafe for PreparedStatementHandle
impl !Send for PreparedStatementHandle
impl !Sync for PreparedStatementHandle
impl Unpin for PreparedStatementHandle
impl UnwindSafe for PreparedStatementHandle
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