redfish-codegen 0.3.1

An unopinionated translation of the Redfish specification into Rust.
Documentation
// Generated by redfish-codegen. Do not modify.

#[allow(clippy::module_inception)]
mod actions;
pub use actions::*;

#[allow(clippy::module_inception)]
mod oem_actions;
pub use oem_actions::*;

#[allow(clippy::module_inception)]
mod reset_keys;
pub use reset_keys::*;

#[allow(clippy::module_inception)]
mod reset_keys_request_body;
pub use reset_keys_request_body::*;

#[allow(clippy::module_inception)]
mod reset_keys_type;
pub use reset_keys_type::*;

#[allow(clippy::module_inception)]
mod secure_boot;
pub use secure_boot::*;

#[allow(clippy::module_inception)]
mod secure_boot_current_boot_type;
pub use secure_boot_current_boot_type::*;

#[allow(clippy::module_inception)]
mod secure_boot_mode_type;
pub use secure_boot_mode_type::*;