[−][src]Struct odbc_safe::Unconnected
An HDbc with the additional invariant of being 'allocated', but not 'connected'.
Trait Implementations
impl<'env> HDbcWrapper<'env> for Unconnected<'env>[src]
type Handle = Unconnected<'env>
Type to a handle, which also must implement this trait.
fn into_hdbc(self) -> HDbc<'env>[src]
fn from_hdbc(hdbc: HDbc<'env>) -> Self::Handle[src]
impl<'env> Debug for Unconnected<'env>[src]
impl<'env> Deref for Unconnected<'env>[src]
type Target = HDbc<'env>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl<'env> DerefMut for Unconnected<'env>[src]
Auto Trait Implementations
impl<'env> !Send for Unconnected<'env>
impl<'env> !Sync for Unconnected<'env>
impl<'env> Unpin for Unconnected<'env>
impl<'env> UnwindSafe for Unconnected<'env>
impl<'env> RefUnwindSafe for Unconnected<'env>
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,