Searched defs:ExprMethodCall (Results 1 – 8 of 8) sorted by relevance
864 impl Debug for ExprMethodCall { implementation866 impl ExprMethodCall { in fmt() implementation
562 impl Eq for ExprMethodCall {} implementation565 impl PartialEq for ExprMethodCall { implementation
579 impl Clone for ExprMethodCall { implementation
800 impl Hash for ExprMethodCall { implementation
252 fn visit_expr_method_call_mut(&mut self, i: &mut ExprMethodCall) { in visit_expr_method_call_mut()
252 fn fold_expr_method_call(&mut self, i: ExprMethodCall) -> ExprMethodCall { in fold_expr_method_call()
251 fn visit_expr_method_call(&mut self, i: &'ast ExprMethodCall) { in visit_expr_method_call()
3265 impl ToTokens for ExprMethodCall { implementation