pub struct MySQLDriver {}
Implementations§
Source§impl MySQLDriver
impl MySQLDriver
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MySQLDriver
impl RefUnwindSafe for MySQLDriver
impl Send for MySQLDriver
impl Sync for MySQLDriver
impl Unpin for MySQLDriver
impl UnwindSafe for MySQLDriver
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