diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-14 03:39:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-14 03:39:07 +0800 |
| commit | b5d6ebc378daec2ed2d9ec389e4637c59537ffba (patch) | |
| tree | 518b469ceff2ff3ff63994635590501977b199f2 /mingling_core/src | |
| parent | 91ab6161a39122143f172828b4a8699c393e7a8a (diff) | |
feat: derive Clone, Copy, PartialEq, Eq for MockProgramCollect
Diffstat (limited to 'mingling_core/src')
| -rw-r--r-- | mingling_core/src/program/collection/mock.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_core/src/program/collection/mock.rs b/mingling_core/src/program/collection/mock.rs index c22ff95..b8d881e 100644 --- a/mingling_core/src/program/collection/mock.rs +++ b/mingling_core/src/program/collection/mock.rs @@ -19,6 +19,7 @@ use serde::Serialize; #[cfg_attr(feature = "structural_renderer", derive(Serialize))] #[allow(unused)] #[doc(hidden)] +#[derive(Clone, Copy, PartialEq, Eq)] pub enum MockProgramCollect { Foo, Bar, |
