pub type insert_or_ignore_into<T> = IncompleteInsertOrIgnoreStatement<T>;Expand description
Represents the return type of diesel::insert_or_ignore_into
Aliased Typeยง
pub struct insert_or_ignore_into<T> { /* private fields */ }pub type insert_or_ignore_into<T> = IncompleteInsertOrIgnoreStatement<T>;Represents the return type of diesel::insert_or_ignore_into
pub struct insert_or_ignore_into<T> { /* private fields */ }