diff --git a/src/db/options.rs b/src/db/options.rs index c7920ce6d..e72369b51 100644 --- a/src/db/options.rs +++ b/src/db/options.rs @@ -144,7 +144,7 @@ pub struct IndexOptionDefaults { } /// Specifies options for creating a timeseries collection. -#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)] +#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, TypedBuilder)] #[serde(rename_all = "camelCase")] #[non_exhaustive] pub struct TimeseriesOptions {