pub struct MySqlParser;Implementations§
Source§impl MySqlParser
impl MySqlParser
Trait Implementations§
Source§impl DatabaseParser for MySqlParser
impl DatabaseParser for MySqlParser
Auto Trait Implementations§
impl Freeze for MySqlParser
impl RefUnwindSafe for MySqlParser
impl Send for MySqlParser
impl Sync for MySqlParser
impl Unpin for MySqlParser
impl UnsafeUnpin for MySqlParser
impl UnwindSafe for MySqlParser
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