Type Definition diesel::query_builder::InsertOrIgnoreStatement
source · pub type InsertOrIgnoreStatement<T, U, Ret = NoReturningClause> = InsertStatement<T, U, InsertOrIgnore, Ret>;Expand description
Represents a complete INSERT OR IGNORE statement.