Struct deslite::Stmt[][src]

pub struct Stmt<'con> {
    pub stmt: *mut sqlite3_stmt,
    // some fields omitted
}

Fields

Methods

impl<'con> Stmt<'con>
[src]

Trait Implementations

impl<'con> Debug for Stmt<'con>
[src]

Formats the value using the given formatter. Read more

impl<'con> Drop for Stmt<'con>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'con> !Send for Stmt<'con>

impl<'con> !Sync for Stmt<'con>