Searched defs:ExprRepeat (Results 1 – 8 of 8) sorted by relevance
1947 impl Parse for ExprRepeat { implementation3319 impl ToTokens for ExprRepeat { implementation
950 impl Debug for ExprRepeat { implementation952 impl ExprRepeat { in fmt() impl
616 impl Eq for ExprRepeat {} implementation619 impl PartialEq for ExprRepeat { implementation
640 impl Clone for ExprRepeat { implementation
862 impl Hash for ExprRepeat { implementation
277 fn fold_expr_repeat(&mut self, i: ExprRepeat) -> ExprRepeat { in fold_expr_repeat()
277 fn visit_expr_repeat_mut(&mut self, i: &mut ExprRepeat) { in visit_expr_repeat_mut()
276 fn visit_expr_repeat(&mut self, i: &'ast ExprRepeat) { in visit_expr_repeat()