pub struct SQL_HANDLE_STMT;Expand description
Statement handle id
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SQL_HANDLE_STMT
impl RefUnwindSafe for SQL_HANDLE_STMT
impl Send for SQL_HANDLE_STMT
impl Sync for SQL_HANDLE_STMT
impl Unpin for SQL_HANDLE_STMT
impl UnwindSafe for SQL_HANDLE_STMT
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