Trait mysql_connector::model::IntoQuery
source · pub trait IntoQuery: ModelData {
const COLUMNS: &'static [QueryColumn];
// Provided method
fn build_query() -> String { ... }
}
Required Associated Constants§
const COLUMNS: &'static [QueryColumn]
Provided Methods§
fn build_query() -> String
Object Safety§
This trait is not object safe.