diesel::query_builder

Type Alias InsertOrIgnoreStatement

Source
pub type InsertOrIgnoreStatement<T, U, Ret = NoReturningClause> = InsertStatement<T, U, InsertOrIgnore, Ret>;
Expand description

Represents a complete INSERT OR IGNORE statement.

Aliased Typeยง

struct InsertOrIgnoreStatement<T, U, Ret = NoReturningClause> { /* private fields */ }