| 285 | |
| 286 | #[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] |
| 287 | pub struct AvroDocOn<T: AstInfo> { |
| 288 | pub identifier: DocOnIdentifier<T>, |
| 289 | pub for_schema: DocOnSchema, |
| 290 | } |
| 291 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)] |
| 292 | pub enum DocOnSchema { |
| 293 | KeyOnly, |
no outgoing calls
no test coverage detected