pub enum DriverDefined {}Trait Implementations§
Source§impl<LEN: Scalar> AttrLen<DriverDefined, LEN> for [MaybeUninit<SQLCHAR>]
impl<LEN: Scalar> AttrLen<DriverDefined, LEN> for [MaybeUninit<SQLCHAR>]
Source§impl<DT, LEN, V: OdbcVersion> AttrLen<DriverDefined, LEN> for MaybeUninit<RefUnsafeSQLHDESC<'_, DT, V>>
impl<DT, LEN, V: OdbcVersion> AttrLen<DriverDefined, LEN> for MaybeUninit<RefUnsafeSQLHDESC<'_, DT, V>>
Source§impl<T: Ident, LEN> AttrLen<DriverDefined, LEN> for MaybeUninit<T>
impl<T: Ident, LEN> AttrLen<DriverDefined, LEN> for MaybeUninit<T>
Source§impl<LEN, V: OdbcVersion> AttrLen<DriverDefined, LEN> for Option<&UnsafeSQLHDESC<'_, AppDesc<'_>, V>>
impl<LEN, V: OdbcVersion> AttrLen<DriverDefined, LEN> for Option<&UnsafeSQLHDESC<'_, AppDesc<'_>, V>>
impl Def for DriverDefined
Auto Trait Implementations§
impl Freeze for DriverDefined
impl RefUnwindSafe for DriverDefined
impl Send for DriverDefined
impl Sync for DriverDefined
impl Unpin for DriverDefined
impl UnwindSafe for DriverDefined
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