Enum embedder_traits::PromptResult
source · pub enum PromptResult {
Primary,
Secondary,
Dismissed,
}
Variants§
Primary
Prompt was closed by clicking on the primary button (ok/yes)
Secondary
Prompt was closed by clicking on the secondary button (cancel/no)
Dismissed
Prompt was dismissed
Trait Implementations§
source§impl<'de> Deserialize<'de> for PromptResult
impl<'de> Deserialize<'de> for PromptResult
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<PromptResult> for PromptResult
impl PartialEq<PromptResult> for PromptResult
source§fn eq(&self, other: &PromptResult) -> bool
fn eq(&self, other: &PromptResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.