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