pub struct OagConfig {
pub input: String,
pub naming: NamingConfig,
pub generators: IndexMap<GeneratorId, GeneratorConfig>,
}Expand description
Top-level project configuration loaded from .urmzd.oag.yaml.
Fields§
§input: String§naming: NamingConfig§generators: IndexMap<GeneratorId, GeneratorConfig>Trait Implementations§
Source§impl<'de> Deserialize<'de> for OagConfig
impl<'de> Deserialize<'de> for OagConfig
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OagConfig
impl RefUnwindSafe for OagConfig
impl Send for OagConfig
impl Sync for OagConfig
impl Unpin for OagConfig
impl UnwindSafe for OagConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more