Home
last modified time | relevance | path

Searched defs:ExprMatch (Results 1 – 8 of 8) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs2347 impl Parse for ExprMatch { implementation
3768 impl ToTokens for ExprMatch { implementation
/linux/rust/syn/gen/
H A Deq.rs587 impl Eq for crate::ExprMatch {} implementation
590 impl PartialEq for crate::ExprMatch { implementation
H A Dclone.rs580 impl Clone for crate::ExprMatch { implementation
H A Ddebug.rs894 impl Debug for crate::ExprMatch { implementation
900 impl crate::ExprMatch { implementation
H A Dhash.rs812 impl Hash for crate::ExprMatch { implementation
H A Dvisit_mut.rs259 fn visit_expr_match_mut(&mut self, i: &mut crate::ExprMatch) { in visit_expr_match_mut()
H A Dfold.rs258 fn fold_expr_match(&mut self, i: crate::ExprMatch) -> crate::ExprMatch { in fold_expr_match()
H A Dvisit.rs251 fn visit_expr_match(&mut self, i: &'ast crate::ExprMatch) { in visit_expr_match()