mz_repr/mnt/build/debug/build/mz-repr-7442db1f2f70716b/out/
mz_repr.adt.datetime.rs

1// This file is @generated by prost-build.
2#[derive(Clone, Copy, PartialEq, ::prost::Message)]
3pub struct ProtoDateTimeUnits {
4    #[prost(
5        oneof = "proto_date_time_units::Kind",
6        tags = "1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21"
7    )]
8    pub kind: ::core::option::Option<proto_date_time_units::Kind>,
9}
10/// Nested message and enum types in `ProtoDateTimeUnits`.
11pub mod proto_date_time_units {
12    #[derive(Clone, Copy, PartialEq, ::prost::Oneof)]
13    pub enum Kind {
14        #[prost(message, tag = "1")]
15        Epoch(()),
16        #[prost(message, tag = "2")]
17        Millennium(()),
18        #[prost(message, tag = "3")]
19        Century(()),
20        #[prost(message, tag = "4")]
21        Decade(()),
22        #[prost(message, tag = "5")]
23        Year(()),
24        #[prost(message, tag = "6")]
25        Quarter(()),
26        #[prost(message, tag = "7")]
27        Week(()),
28        #[prost(message, tag = "8")]
29        Month(()),
30        #[prost(message, tag = "9")]
31        Hour(()),
32        #[prost(message, tag = "10")]
33        Day(()),
34        #[prost(message, tag = "11")]
35        DayOfWeek(()),
36        #[prost(message, tag = "12")]
37        DayOfYear(()),
38        #[prost(message, tag = "13")]
39        IsoDayOfWeek(()),
40        #[prost(message, tag = "14")]
41        IsoDayOfYear(()),
42        #[prost(message, tag = "15")]
43        Minute(()),
44        #[prost(message, tag = "16")]
45        Second(()),
46        #[prost(message, tag = "17")]
47        Milliseconds(()),
48        #[prost(message, tag = "18")]
49        Microseconds(()),
50        #[prost(message, tag = "19")]
51        Timezone(()),
52        #[prost(message, tag = "20")]
53        TimezoneHour(()),
54        #[prost(message, tag = "21")]
55        TimezoneMinute(()),
56    }
57}