Struct tokio_postgres::Statement [−][src]
pub struct Statement(_);
A prepared statement.
Prepared statements can only be used with the connection that created them.
Implementations
impl Statement
[src]
impl Statement
[src]Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Statement
impl !RefUnwindSafe for Statement
impl !UnwindSafe for Statement
impl !UnwindSafe for Statement