pub struct SQL_NULL_HANDLE;Trait Implementations§
Source§impl<V: OdbcVersion> Allocate<'_, SQL_NULL_HANDLE> for SQLHENV<V>
impl<V: OdbcVersion> Allocate<'_, SQL_NULL_HANDLE> for SQLHENV<V>
Source§unsafe fn from_raw(handle: NonNull<RawHandle>) -> Self
unsafe fn from_raw(handle: NonNull<RawHandle>) -> Self
Creates handle from a raw pointer Read more
Source§fn SQLAllocHandle(InputHandle: &'src SRC) -> (Result<Self, ()>, SQLRETURN)
fn SQLAllocHandle(InputHandle: &'src SRC) -> (Result<Self, ()>, SQLRETURN)
Allocates an environment, connection, statement, or descriptor handle. Read more
Source§fn SQLFreeHandle(self)
fn SQLFreeHandle(self)
Frees resources associated with a specific environment, connection, statement, or descriptor handle. Read more
Source§impl AsSQLHANDLE for SQL_NULL_HANDLE
impl AsSQLHANDLE for SQL_NULL_HANDLE
fn as_SQLHANDLE(&self) -> SQLHANDLE
Auto Trait Implementations§
impl Freeze for SQL_NULL_HANDLE
impl RefUnwindSafe for SQL_NULL_HANDLE
impl Send for SQL_NULL_HANDLE
impl Sync for SQL_NULL_HANDLE
impl Unpin for SQL_NULL_HANDLE
impl UnwindSafe for SQL_NULL_HANDLE
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