mz_repr/mnt/build/debug/build/mz-repr-c682c2db6c5be043/out/mz_repr.adt.interval.rs
1// This file is @generated by prost-build.
2#[derive(Clone, Copy, PartialEq, ::prost::Message)]
3pub struct ProtoInterval {
4 /// A possibly negative number of months.
5 #[prost(int32, tag = "1")]
6 pub months: i32,
7 #[prost(int32, tag = "2")]
8 pub days: i32,
9 #[prost(int64, tag = "3")]
10 pub micros: i64,
11}