pub enum ShellChoice {
Bash,
Zsh,
Fish,
}Expand description
Supported shells for completion generation
Variants§
Trait Implementations§
Source§impl Clone for ShellChoice
impl Clone for ShellChoice
Source§fn clone(&self) -> ShellChoice
fn clone(&self) -> ShellChoice
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ShellChoice
impl Debug for ShellChoice
Source§impl ValueEnum for ShellChoice
impl ValueEnum for ShellChoice
Auto Trait Implementations§
impl Freeze for ShellChoice
impl RefUnwindSafe for ShellChoice
impl Send for ShellChoice
impl Sync for ShellChoice
impl Unpin for ShellChoice
impl UnsafeUnpin for ShellChoice
impl UnwindSafe for ShellChoice
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