mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 15:49:28 +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.
|
||||
/// See [Fundamental Datatypes](https://sqlite.org/c3ref/c_blob.html).
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
pub enum Type {
|
||||
/// NULL
|
||||
Null,
|
||||
|
Loading…
Reference in New Issue
Block a user