Struct cache::mcaptcha::MCaptcha [−][src]
pub struct MCaptcha { m: MCaptcha, }
Fields
m: MCaptcha
Implementations
increments the visitor count by one
decrements the visitor count by one
get current difficulty factor
get MCaptcha’s lifetime
get MCaptcha’s current visitor_threshold
decrement MCaptcha’s current visitor_threshold by specified count
get mcaptcha from redis key writable
get mcaptcha from redis key
Add captcha to redis
check if captcha exists
implements mCaptcha rename: clones configuration from old name to new name and deletes oldname
delete captcha
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more