Type Alias diesel::query_builder::IncompleteInsertOrIgnoreStatement
source · pub type IncompleteInsertOrIgnoreStatement<T> = IncompleteInsertStatement<T, InsertOrIgnore>;
Expand description
Represents the return type of diesel::insert_or_ignore_into
Aliased Type§
struct IncompleteInsertOrIgnoreStatement<T> { /* private fields */ }