mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 08:31:32 +00:00
Add Copy + Clone for IfElseState
This commit is contained in:
@ -21,7 +21,7 @@ pub enum RegisterName {
|
|||||||
Invalid,
|
Invalid,
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug, Copy, Clone)]
|
||||||
pub enum IfElseState {
|
pub enum IfElseState {
|
||||||
None,
|
None,
|
||||||
If(DynamicLabel),
|
If(DynamicLabel),
|
||||||
|
Reference in New Issue
Block a user