[][src]Struct odbc_safe::Unconnected

pub struct Unconnected<'env>(_);

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.

impl<'env> Debug for Unconnected<'env>[src]

impl<'env> Deref for Unconnected<'env>[src]

type Target = HDbc<'env>

The resulting type after dereferencing.

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]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]