Searched defs:ExprMethodCall (Results 1 – 9 of 9) sorted by relevance
504 fn expr_method_call(&mut self, expr: &ExprMethodCall, beginning_of_line: bool) { in expr_method_call()514 expr: &ExprMethodCall, in subexpr_method_call()
867 impl Debug for ExprMethodCall { implementation869 impl ExprMethodCall { in fmt() implementation
565 impl Eq for ExprMethodCall {} implementation568 impl PartialEq for ExprMethodCall { implementation
582 impl Clone for ExprMethodCall { implementation
803 impl Hash for ExprMethodCall { implementation
208 fn visit_expr_method_call_mut(&mut self, i: &mut ExprMethodCall) { in visit_expr_method_call_mut()
208 fn fold_expr_method_call(&mut self, i: ExprMethodCall) -> ExprMethodCall { in fold_expr_method_call()
207 fn visit_expr_method_call(&mut self, i: &'ast ExprMethodCall) { in visit_expr_method_call()
3133 impl ToTokens for ExprMethodCall { implementation