pub struct UikaConfig {
pub codegen: CodegenConfig,
pub ue: Option<UeConfig>,
pub build: Option<BuildConfig>,
pub project: Option<ProjectConfig>,
}Expand description
Top-level config file.
Fields§
§codegen: CodegenConfig§ue: Option<UeConfig>§build: Option<BuildConfig>§project: Option<ProjectConfig>Trait Implementations§
Source§impl<'de> Deserialize<'de> for UikaConfig
impl<'de> Deserialize<'de> for UikaConfig
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 UikaConfig
impl RefUnwindSafe for UikaConfig
impl Send for UikaConfig
impl Sync for UikaConfig
impl Unpin for UikaConfig
impl UnsafeUnpin for UikaConfig
impl UnwindSafe for UikaConfig
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