#[non_exhaustive]pub struct MySQLDialect { /* private fields */ }Expand description
The dialect definition for MySQL.
Implementations§
Source§impl MySQLDialect
impl MySQLDialect
Trait Implementations§
Source§impl Clone for MySQLDialect
impl Clone for MySQLDialect
Source§fn clone(&self) -> MySQLDialect
fn clone(&self) -> MySQLDialect
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MySQLDialect
impl Debug for MySQLDialect
Source§impl Default for MySQLDialect
impl Default for MySQLDialect
Source§fn default() -> MySQLDialect
fn default() -> MySQLDialect
Returns the “default value” for a type. Read more
Source§impl Message for MySQLDialect
impl Message for MySQLDialect
Source§impl PartialEq for MySQLDialect
impl PartialEq for MySQLDialect
impl StructuralPartialEq for MySQLDialect
Auto Trait Implementations§
impl Freeze for MySQLDialect
impl RefUnwindSafe for MySQLDialect
impl Send for MySQLDialect
impl Sync for MySQLDialect
impl Unpin for MySQLDialect
impl UnwindSafe for MySQLDialect
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