pub enum RbatisDbDriverType {
MySql,
Pg,
Sqlite,
MsSql,
TDengine,
Other(String),
}
Expand description
Available driver types supported by Rbatis
Variants§
Auto Trait Implementations§
impl Freeze for RbatisDbDriverType
impl RefUnwindSafe for RbatisDbDriverType
impl Send for RbatisDbDriverType
impl Sync for RbatisDbDriverType
impl Unpin for RbatisDbDriverType
impl UnwindSafe for RbatisDbDriverType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more