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

1// This file is @generated by prost-build.
2#[derive(Clone, PartialEq, ::prost::Message)]
3pub struct ProtoRegex {
4    #[prost(string, tag = "1")]
5    pub pattern: ::prost::alloc::string::String,
6    #[prost(bool, tag = "2")]
7    pub case_insensitive: bool,
8    #[prost(bool, tag = "3")]
9    pub dot_matches_new_line: bool,
10}