pub enum Setting<'src> {
Show 18 variants
AllowDuplicateRecipes(bool),
AllowDuplicateVariables(bool),
DotenvFilename(StringLiteral<'src>),
DotenvLoad(bool),
DotenvPath(StringLiteral<'src>),
DotenvRequired(bool),
Export(bool),
Fallback(bool),
IgnoreComments(bool),
PositionalArguments(bool),
Quiet(bool),
ScriptInterpreter(Interpreter<'src>),
Shell(Interpreter<'src>),
Tempdir(StringLiteral<'src>),
Unstable(bool),
WindowsPowerShell(bool),
WindowsShell(Interpreter<'src>),
WorkingDirectory(StringLiteral<'src>),
}
Variantsยง
AllowDuplicateRecipes(bool)
AllowDuplicateVariables(bool)
DotenvFilename(StringLiteral<'src>)
DotenvLoad(bool)
DotenvPath(StringLiteral<'src>)
DotenvRequired(bool)
Export(bool)
Fallback(bool)
IgnoreComments(bool)
PositionalArguments(bool)
Quiet(bool)
ScriptInterpreter(Interpreter<'src>)
Shell(Interpreter<'src>)
Tempdir(StringLiteral<'src>)
Unstable(bool)
WindowsPowerShell(bool)
WindowsShell(Interpreter<'src>)
WorkingDirectory(StringLiteral<'src>)
Trait Implementationsยง
Auto Trait Implementationsยง
impl<'src> Freeze for Setting<'src>
impl<'src> RefUnwindSafe for Setting<'src>
impl<'src> Send for Setting<'src>
impl<'src> Sync for Setting<'src>
impl<'src> Unpin for Setting<'src>
impl<'src> UnwindSafe for Setting<'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