Searched defs:TagValue (Results 1 – 3 of 3) sorted by relevance
74 pub struct TagValue { struct86 pub tags: Vec<TagValue>, argument275 impl Eq for TagValue {} implementation276 impl PartialEq for TagValue { implementation
319 fn parse_enum_value(node: Node<'_>, context: &Context) -> Result<crate::ast::TagValue, String> { in parse_enum_value()334 ) -> Result<Vec<crate::ast::TagValue>, String> { in parse_enum_value_list_opt()
538 tag: &'a TagValue, in check_enum_declarations()