pub struct AppConfigGenerator;Expand description
Application configuration generator
Implementations§
Source§impl AppConfigGenerator
impl AppConfigGenerator
Sourcepub fn generate_config(
app: &SupportedApp,
cli_api_key: Option<&str>,
) -> Settings
pub fn generate_config( app: &SupportedApp, cli_api_key: Option<&str>, ) -> Settings
Generate configuration for specified application
Auto Trait Implementations§
impl Freeze for AppConfigGenerator
impl RefUnwindSafe for AppConfigGenerator
impl Send for AppConfigGenerator
impl Sync for AppConfigGenerator
impl Unpin for AppConfigGenerator
impl UnwindSafe for AppConfigGenerator
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