pub struct WizardRunConfig {
pub spec_json: String,
pub initial_answers_json: Option<String>,
pub frontend: WizardFrontend,
pub i18n: I18nConfig,
pub verbose: bool,
}Fields§
§spec_json: String§initial_answers_json: Option<String>§frontend: WizardFrontend§i18n: I18nConfig§verbose: boolTrait Implementations§
Source§impl Clone for WizardRunConfig
impl Clone for WizardRunConfig
Source§fn clone(&self) -> WizardRunConfig
fn clone(&self) -> WizardRunConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WizardRunConfig
impl RefUnwindSafe for WizardRunConfig
impl Send for WizardRunConfig
impl Sync for WizardRunConfig
impl Unpin for WizardRunConfig
impl UnsafeUnpin for WizardRunConfig
impl UnwindSafe for WizardRunConfig
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