Add comment + move derive helper
This commit is contained in:
@@ -282,8 +282,8 @@ pub enum StructType {
|
||||
}
|
||||
|
||||
#[non_exhaustive]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum Modifiers {
|
||||
Const,
|
||||
Unsafe,
|
||||
|
||||
Reference in New Issue
Block a user