Enum sqlx_model::DbType
source · [−]pub enum DbType {
Mysql,
Sqlite,
Postgres,
MsSql,
}
Variants
Mysql
Sqlite
Postgres
MsSql
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DbType
impl Send for DbType
impl Sync for DbType
impl Unpin for DbType
impl UnwindSafe for DbType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more