pub enum RdbcErrorType {
TimeOut,
NotSupportDatabase,
ConnectError,
SQLError,
PrimaryRequired,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RdbcErrorType
impl RefUnwindSafe for RdbcErrorType
impl Send for RdbcErrorType
impl Sync for RdbcErrorType
impl Unpin for RdbcErrorType
impl UnwindSafe for RdbcErrorType
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