mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-22 20:04:20 +08:00
Add serde serialize support for script type
This commit is contained in:
@@ -669,7 +669,7 @@ fn default_artemis_asb_end_tags() -> std::sync::Arc<std::collections::HashSet<St
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]
|
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord, Deserialize, Serialize)]
|
||||||
/// Script type
|
/// Script type
|
||||||
pub enum ScriptType {
|
pub enum ScriptType {
|
||||||
#[cfg(feature = "artemis")]
|
#[cfg(feature = "artemis")]
|
||||||
|
|||||||
Reference in New Issue
Block a user