Searched defs:ExprRepeat (Results 1 – 8 of 8) sorted by relevance
2002 impl Parse for ExprRepeat { implementation3479 impl ToTokens for ExprRepeat { implementation
601 impl Eq for ExprRepeat {} implementation604 impl PartialEq for ExprRepeat { implementation
623 impl Clone for ExprRepeat { implementation
848 impl Hash for ExprRepeat { implementation
220 fn fold_expr_repeat(&mut self, i: ExprRepeat) -> ExprRepeat { in fold_expr_repeat()
223 fn visit_expr_repeat_mut(&mut self, i: &mut ExprRepeat) { in visit_expr_repeat_mut()
937 impl Debug for ExprRepeat { implementation
222 fn visit_expr_repeat(&mut self, i: &'ast ExprRepeat) { in visit_expr_repeat()