Struct MySql
pub struct MySql;Trait Implementations§
§impl SchemaProbe for MySql
impl SchemaProbe for MySql
fn get_current_schema() -> SimpleExpr
fn query_tables(&self) -> SelectStatement
fn has_index<T, C>(&self, table: T, index: C) -> SelectStatement
fn has_table<T>(&self, table: T) -> SelectStatement
fn has_column<T, C>(&self, table: T, column: C) -> SelectStatement
Auto Trait Implementations§
impl Freeze for MySql
impl RefUnwindSafe for MySql
impl Send for MySql
impl Sync for MySql
impl Unpin for MySql
impl UnwindSafe for MySql
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