Enum odbc_safe::Prepared [] [src]

pub enum Prepared {}

State used by Statement. A statement will enter this state after a successful call to prepare().

Trait Implementations

impl Debug for Prepared
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Prepared

impl Sync for Prepared