pub enum ShellArg {
Bash,
Zsh,
Fish,
Powershell,
Elvish,
Nushell,
}Expand description
Shell name for completion script generation (#69).
Variants§
Trait Implementations§
impl Copy for ShellArg
Auto Trait Implementations§
impl Freeze for ShellArg
impl RefUnwindSafe for ShellArg
impl Send for ShellArg
impl Sync for ShellArg
impl Unpin for ShellArg
impl UnsafeUnpin for ShellArg
impl UnwindSafe for ShellArg
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