ValueType is Copy. r=jsantell
This commit is contained in:
parent
fc73bfce75
commit
b56b7c2a3f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pub type Entid = i64;
|
||||||
|
|
||||||
/// The attribute of each Mentat assertion has a :db/valueType constraining the value to a
|
/// The attribute of each Mentat assertion has a :db/valueType constraining the value to a
|
||||||
/// particular set. Mentat recognizes the following :db/valueType values.
|
/// particular set. Mentat recognizes the following :db/valueType values.
|
||||||
#[derive(Clone,Debug,Eq,Hash,Ord,PartialOrd,PartialEq)]
|
#[derive(Clone,Copy,Debug,Eq,Hash,Ord,PartialOrd,PartialEq)]
|
||||||
pub enum ValueType {
|
pub enum ValueType {
|
||||||
Ref,
|
Ref,
|
||||||
Boolean,
|
Boolean,
|
||||||
|
|
Loading…
Reference in a new issue