pub struct WizardAnswers {
pub inputs: String,
pub exporter: ExporterChoice,
pub parquet_file: Option<String>,
pub csv_file: Option<String>,
}Fields§
§inputs: String§exporter: ExporterChoice§parquet_file: Option<String>§csv_file: Option<String>Trait Implementations§
Source§impl Debug for WizardAnswers
impl Debug for WizardAnswers
impl Eq for WizardAnswers
Source§impl PartialEq for WizardAnswers
impl PartialEq for WizardAnswers
impl StructuralPartialEq for WizardAnswers
Auto Trait Implementations§
impl Freeze for WizardAnswers
impl RefUnwindSafe for WizardAnswers
impl Send for WizardAnswers
impl Sync for WizardAnswers
impl Unpin for WizardAnswers
impl UnsafeUnpin for WizardAnswers
impl UnwindSafe for WizardAnswers
Blanket Implementations§
impl<T> Allocation for T
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