pub struct PreparedStatement<'h>(/* private fields */);
Expand description
ODBC prepared statement.
Implementations§
Source§impl<'h> PreparedStatement<'h>
impl<'h> PreparedStatement<'h>
Trait Implementations§
Auto Trait Implementations§
impl<'h> Freeze for PreparedStatement<'h>
impl<'h> RefUnwindSafe for PreparedStatement<'h>
impl<'h> !Send for PreparedStatement<'h>
impl<'h> !Sync for PreparedStatement<'h>
impl<'h> Unpin for PreparedStatement<'h>
impl<'h> UnwindSafe for PreparedStatement<'h>
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