Enum odbc_safe::Open [] [src]

pub enum Open {}

Cursor state of Statement. A statement is likely to enter this state after executing e.g a SELECT query.

Trait Implementations

impl Debug for Open
[src]

[src]

Formats the value using the given formatter. Read more

impl CursorState for Open
[src]

Auto Trait Implementations

impl Send for Open

impl Sync for Open