pub struct Settings<'src> {Show 18 fields
pub allow_duplicate_recipes: bool,
pub allow_duplicate_variables: bool,
pub dotenv_filename: Option<String>,
pub dotenv_load: bool,
pub dotenv_path: Option<PathBuf>,
pub dotenv_required: bool,
pub export: bool,
pub fallback: bool,
pub ignore_comments: bool,
pub positional_arguments: bool,
pub quiet: bool,
pub script_interpreter: Option<Interpreter<'src>>,
pub shell: Option<Interpreter<'src>>,
pub tempdir: Option<String>,
pub unstable: bool,
pub windows_powershell: bool,
pub windows_shell: Option<Interpreter<'src>>,
pub working_directory: Option<PathBuf>,
}Fieldsยง
ยงallow_duplicate_recipes: boolยงallow_duplicate_variables: boolยงdotenv_filename: Option<String>ยงdotenv_load: boolยงdotenv_path: Option<PathBuf>ยงdotenv_required: boolยงexport: boolยงfallback: boolยงignore_comments: boolยงpositional_arguments: boolยงquiet: boolยงscript_interpreter: Option<Interpreter<'src>>ยงshell: Option<Interpreter<'src>>ยงtempdir: Option<String>ยงunstable: boolยงwindows_powershell: boolยงwindows_shell: Option<Interpreter<'src>>ยงworking_directory: Option<PathBuf>Implementationsยง
Trait Implementationsยง
Sourceยงimpl<'src> PartialEq for Settings<'src>
impl<'src> PartialEq for Settings<'src>
impl<'src> StructuralPartialEq for Settings<'src>
Auto Trait Implementationsยง
impl<'src> Freeze for Settings<'src>
impl<'src> RefUnwindSafe for Settings<'src>
impl<'src> Send for Settings<'src>
impl<'src> Sync for Settings<'src>
impl<'src> Unpin for Settings<'src>
impl<'src> UnsafeUnpin for Settings<'src>
impl<'src> UnwindSafe for Settings<'src>
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