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