| 1031 | |
| 1032 | #[derive(Debug, Clone)] |
| 1033 | pub struct MatchAs { |
| 1034 | pub node: Node, |
| 1035 | pub name: Option<String>, |
| 1036 | pub pattern: Option<MatchPattern>, |
| 1037 | } |
| 1038 | |
| 1039 | #[derive(Debug, Clone)] |
| 1040 | pub struct MatchMapping { |
no outgoing calls
no test coverage detected