Struct odbc_safe::Unconnected [] [src]

pub struct Unconnected<'env>(_);

An HDbc with the additional invariant of being 'allocated', but not 'connected'.

Trait Implementations

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

Formats the value using the given formatter.

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

The resulting type after dereferencing

The method called to dereference a value

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

The method called to mutably dereference a value