redfish_codegen/models/schedule/
v1_2_4.rs

1// Generated by redfish-codegen. Do not modify.
2
3#[allow(clippy::module_inception)]
4mod day_of_week;
5pub use day_of_week::*;
6
7#[allow(clippy::module_inception)]
8mod month_of_year;
9pub use month_of_year::*;
10
11#[allow(clippy::module_inception)]
12mod schedule;
13pub use schedule::*;
14