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ยง
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> 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