Struct rbatis_core::db::db_adapter::DBTx [−][src]
pub struct DBTx {
pub driver_type: DriverType,
pub conn: Option<DBPoolConn>,
pub done: bool,
}
Fields
driver_type: DriverType
conn: Option<DBPoolConn>
done: bool
is tx done?