Struct rive_models::core::CaptchaConfiguration
source · pub struct CaptchaConfiguration {
pub enabled: bool,
pub key: String,
}Expand description
hCaptcha configuration
Fields§
§enabled: boolWhether captcha is enabled
key: StringClient key used for solving captcha
Trait Implementations§
source§impl Clone for CaptchaConfiguration
impl Clone for CaptchaConfiguration
source§fn clone(&self) -> CaptchaConfiguration
fn clone(&self) -> CaptchaConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CaptchaConfiguration
impl Debug for CaptchaConfiguration
source§impl<'de> Deserialize<'de> for CaptchaConfiguration
impl<'de> Deserialize<'de> for CaptchaConfiguration
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