pub enum PrePrompt {
NoPrePrompt,
ShellScript,
}Variants§
Trait Implementations§
source§impl PartialEq<PrePrompt> for PrePrompt
impl PartialEq<PrePrompt> for PrePrompt
impl Copy for PrePrompt
impl Eq for PrePrompt
impl StructuralEq for PrePrompt
impl StructuralPartialEq for PrePrompt
Auto Trait Implementations§
impl RefUnwindSafe for PrePrompt
impl Send for PrePrompt
impl Sync for PrePrompt
impl Unpin for PrePrompt
impl UnwindSafe for PrePrompt
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.