Struct robespierre_models::core::CaptchaInfo [−][src]
Expand description
Captcha feature
Fields
enabled: boolWhether it is enabled or not
key: StringThe captcha key
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for CaptchaInfo
impl Send for CaptchaInfo
impl Sync for CaptchaInfo
impl Unpin for CaptchaInfo
impl UnwindSafe for CaptchaInfo
Blanket Implementations
Mutably borrows from an owned value. Read more