Searched defs:ExprRepeat (Results 1 – 8 of 8) sorted by relevance
1967 impl Parse for ExprRepeat { implementation3391 impl ToTokens for ExprRepeat { implementation
622 impl Eq for ExprRepeat {} implementation625 impl PartialEq for ExprRepeat { implementation
622 impl Clone for ExprRepeat { implementation
847 impl Hash for ExprRepeat { implementation
223 fn visit_expr_repeat_mut(&mut self, i: &mut ExprRepeat) { in visit_expr_repeat_mut()
220 fn fold_expr_repeat(&mut self, i: ExprRepeat) -> ExprRepeat { in fold_expr_repeat()
936 impl Debug for ExprRepeat { implementation
219 fn visit_expr_repeat(&mut self, i: &'ast ExprRepeat) { in visit_expr_repeat()