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