mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
derive Eq for Type
This commit is contained in:
parent
4d06d2222f
commit
95941f6378
@ -110,7 +110,7 @@ pub struct Null;
|
|||||||
|
|
||||||
/// SQLite data types.
|
/// SQLite data types.
|
||||||
/// See [Fundamental Datatypes](https://sqlite.org/c3ref/c_blob.html).
|
/// See [Fundamental Datatypes](https://sqlite.org/c3ref/c_blob.html).
|
||||||
#[derive(Clone, Debug, PartialEq)]
|
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||||
pub enum Type {
|
pub enum Type {
|
||||||
/// NULL
|
/// NULL
|
||||||
Null,
|
Null,
|
||||||
|
Loading…
Reference in New Issue
Block a user