mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Add Clone, Copy, Eq to VsType
This commit is contained in:
@@ -43,7 +43,7 @@ pub enum Val {
|
||||
StoragePtr(Rc<VsStoragePtr>),
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Debug)]
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
|
||||
pub enum VsType {
|
||||
Undefined,
|
||||
Null,
|
||||
|
||||
Reference in New Issue
Block a user