pub enum DbKind {
Mssql,
Postgres,
}Variants§
Auto Trait Implementations§
impl Freeze for DbKind
impl RefUnwindSafe for DbKind
impl Send for DbKind
impl Sync for DbKind
impl Unpin for DbKind
impl UnsafeUnpin for DbKind
impl UnwindSafe for DbKind
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