[−][src]Enum structopt::clap::Shell
Describes which shell to produce a completions file for
Variants
Bash
Generates a .bash completion file for the Bourne Again SHell (BASH)
Fish
Generates a .fish completion file for the Friendly Interactive SHell (fish)
Zsh
Generates a completion file for the Z SHell (ZSH)
PowerShell
Generates a completion file for PowerShell
Elvish
Generates a completion file for Elvish
Methods
impl Shell
[src]
Trait Implementations
impl Copy for Shell
[src]
impl Display for Shell
[src]
impl FromStr for Shell
[src]
type Err = String
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Shell, <Shell as FromStr>::Err>
[src]
impl Clone for Shell
[src]
fn clone(&self) -> Shell
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Shell
[src]
Auto Trait Implementations
impl Sync for Shell
impl Unpin for Shell
impl Send for Shell
impl UnwindSafe for Shell
impl RefUnwindSafe for Shell
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,