Struct db_sqlx_maria::dev::prelude::EasyCaptcha
pub struct EasyCaptcha {
pub traffic_pattern: TrafficPattern,
pub key: String,
pub description: String,
pub username: String,
}
Expand description
Represents Easy captcha configuration
Fields§
§traffic_pattern: TrafficPattern
traffic pattern of easy captcha
key: String
captcha key/sitekey
description: String
captcha description
username: String
Owner of the captcha configuration
Trait Implementations§
§impl Clone for EasyCaptcha
impl Clone for EasyCaptcha
§fn clone(&self) -> EasyCaptcha
fn clone(&self) -> EasyCaptcha
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 more§impl Debug for EasyCaptcha
impl Debug for EasyCaptcha
§impl Default for EasyCaptcha
impl Default for EasyCaptcha
§fn default() -> EasyCaptcha
fn default() -> EasyCaptcha
Returns the “default value” for a type. Read more
§impl<'de> Deserialize<'de> for EasyCaptcha
impl<'de> Deserialize<'de> for EasyCaptcha
§fn deserialize<__D>(
__deserializer: __D
) -> Result<EasyCaptcha, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<EasyCaptcha, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl PartialEq for EasyCaptcha
impl PartialEq for EasyCaptcha
§fn eq(&self, other: &EasyCaptcha) -> bool
fn eq(&self, other: &EasyCaptcha) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl Serialize for EasyCaptcha
impl Serialize for EasyCaptcha
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for EasyCaptcha
Auto Trait Implementations§
impl RefUnwindSafe for EasyCaptcha
impl Send for EasyCaptcha
impl Sync for EasyCaptcha
impl Unpin for EasyCaptcha
impl UnwindSafe for EasyCaptcha
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more