pub struct UnknownDBMSError;Expand description
See DbmsKind for the list of supported DBMS.
Auto Trait Implementations§
impl Freeze for UnknownDBMSError
impl RefUnwindSafe for UnknownDBMSError
impl Send for UnknownDBMSError
impl Sync for UnknownDBMSError
impl Unpin for UnknownDBMSError
impl UnsafeUnpin for UnknownDBMSError
impl UnwindSafe for UnknownDBMSError
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