struct LauncherConfig {
saga: SagaConfig,
}Expand description
Top-level launcher config schema. Only the saga subtree is populated today; future PRs append siblings.
Fields§
§saga: SagaConfigTrait Implementations§
Source§impl Debug for LauncherConfig
impl Debug for LauncherConfig
Source§impl Default for LauncherConfig
impl Default for LauncherConfig
Source§fn default() -> LauncherConfig
fn default() -> LauncherConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LauncherConfig
impl<'de> Deserialize<'de> for LauncherConfig
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 LauncherConfig
impl RefUnwindSafe for LauncherConfig
impl Send for LauncherConfig
impl Sync for LauncherConfig
impl Unpin for LauncherConfig
impl UnwindSafe for LauncherConfig
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