Struct clap_complete::shells::Fish
source · pub struct Fish;
Expand description
Generate fish completion file
Note: The fish generator currently only supports named options (-o/–option), not positional arguments.
Trait Implementations§
impl Copy for Fish
impl Eq for Fish
impl StructuralEq for Fish
impl StructuralPartialEq for Fish
Auto Trait Implementations§
impl RefUnwindSafe for Fish
impl Send for Fish
impl Sync for Fish
impl Unpin for Fish
impl UnwindSafe for Fish
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.