mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-07 20:12:24 +01:00
fix enum result parsing
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -85,6 +85,7 @@ pub enum ${enum_type} {
|
||||
% endif\
|
||||
/// value:
|
||||
/// "${variant_name}"
|
||||
#[serde(rename="${variant_name}")]
|
||||
${to_enum_variant_name(variant_name)},
|
||||
% endfor
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user