Enum hyper_scripter::config::PromptLevel
source · [−]pub enum PromptLevel {
Always,
Never,
Smart,
OnMultiFuzz,
}
Variants
Always
Never
Smart
OnMultiFuzz
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PromptLevel
impl Send for PromptLevel
impl Sync for PromptLevel
impl Unpin for PromptLevel
impl UnwindSafe for PromptLevel
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.