Struct mcaptcha::api::v1::pow::routes::PoW [−][src]
pub struct PoW {
pub get_config: &'static str,
pub verify_pow: &'static str,
pub validate_captcha_token: &'static str,
pub scope: &'static str,
}
Fields
get_config: &'static str
verify_pow: &'static str
validate_captcha_token: &'static str
scope: &'static str
Implementations
remove scope for $name route
remove scope for $name route
remove scope for $name route
Auto Trait Implementations
impl RefUnwindSafe for PoW
impl UnwindSafe for PoW
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more