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]

[src]

Formats the value using the given formatter. Read more

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

The resulting type after dereferencing.

[src]

Dereferences the value.

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

[src]

Mutably dereferences the value.

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

Type to a handle, which also must implement this trait.

[src]

Release ownership of the internal Connection Handle

[src]

Construction from a Connection Handle

Auto Trait Implementations

impl<'env> !Send for Unconnected<'env>

impl<'env> !Sync for Unconnected<'env>