pub enum Keyword {
Show 29 variants
Alias,
AllowDuplicateRecipes,
AllowDuplicateVariables,
Assert,
DotenvFilename,
DotenvLoad,
DotenvPath,
DotenvRequired,
Else,
Export,
Fallback,
False,
If,
IgnoreComments,
Import,
Mod,
PositionalArguments,
Quiet,
ScriptInterpreter,
Set,
Shell,
Tempdir,
True,
Unexport,
Unstable,
WindowsPowershell,
WindowsShell,
WorkingDirectory,
X,
}
Variantsยง
Alias
AllowDuplicateRecipes
AllowDuplicateVariables
Assert
DotenvFilename
DotenvLoad
DotenvPath
DotenvRequired
Else
Export
Fallback
False
If
IgnoreComments
Import
Mod
PositionalArguments
Quiet
ScriptInterpreter
Set
Shell
Tempdir
True
Unexport
Unstable
WindowsPowershell
WindowsShell
WorkingDirectory
X
Implementationsยง
Trait Implementationsยง
impl Copy for Keyword
impl Eq for Keyword
impl StructuralPartialEq for Keyword
Auto Trait Implementationsยง
impl Freeze for Keyword
impl RefUnwindSafe for Keyword
impl Send for Keyword
impl Sync for Keyword
impl Unpin for Keyword
impl UnwindSafe for Keyword
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