Searched defs:ExprMethodCall (Results 1 – 8 of 8) sorted by relevance
265 i: crate::ExprMethodCall, in fold_expr_method_call()266 ) -> crate::ExprMethodCall { in fold_expr_method_call()1746 node: crate::ExprMethodCall, in fold_expr_method_call()
597 impl Eq for crate::ExprMethodCall {} implementation600 impl PartialEq for crate::ExprMethodCall { implementation
593 impl Clone for crate::ExprMethodCall { implementation
913 impl Debug for crate::ExprMethodCall { implementation919 impl crate::ExprMethodCall { implementation
824 impl Hash for crate::ExprMethodCall { implementation
264 fn visit_expr_method_call_mut(&mut self, i: &mut crate::ExprMethodCall) { in visit_expr_method_call_mut()
256 fn visit_expr_method_call(&mut self, i: &'ast crate::ExprMethodCall) { in visit_expr_method_call()
3792 impl ToTokens for ExprMethodCall { implementation3798 fn print_expr_method_call(e: &ExprMethodCall, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_method_call()