Enum clap_utils::ShellType
source · pub enum ShellType {
Bash,
Fish,
Zsh,
PowerShell,
Elvish,
}
Variants
Bash
Fish
Zsh
PowerShell
Elvish
Implementations
Trait Implementations
impl Copy for ShellType
Auto Trait Implementations
impl RefUnwindSafe for ShellType
impl Send for ShellType
impl Sync for ShellType
impl Unpin for ShellType
impl UnwindSafe for ShellType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more