Struct clap_complete::shells::Bash
source · pub struct Bash;
Expand description
Generate bash completion file
Trait Implementations§
impl Copy for Bash
impl Eq for Bash
impl StructuralEq for Bash
impl StructuralPartialEq for Bash
Auto Trait Implementations§
impl RefUnwindSafe for Bash
impl Send for Bash
impl Sync for Bash
impl Unpin for Bash
impl UnwindSafe for Bash
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.