diesel::query_builder

Type Alias 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 */ }