input: Add Copy and Eq derives for StepAction (#812)
This commit is contained in:
parent
b0ff230588
commit
f7c900d8eb
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ impl Focusable for NumberInput {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Clone, Copy, PartialEq, Eq)]
|
||||||
pub enum StepAction {
|
pub enum StepAction {
|
||||||
Decrement,
|
Decrement,
|
||||||
Increment,
|
Increment,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue