Enum odbc_safe::NoCursor [] [src]

pub enum NoCursor {}

State used by Statement. A statement is likely to enter this state after executing e.g. a CREATE TABLE statement.

Trait Implementations

impl Debug for NoCursor
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NoCursor

impl Sync for NoCursor