Struct mcaptcha::api::v1::pow::verify_pow::verify_pow
source · [−]pub struct verify_pow;
Expand description
route handler that verifies PoW and issues a solution token if verification is successful
Trait Implementations
sourceimpl HttpServiceFactory for verify_pow
impl HttpServiceFactory for verify_pow
Auto Trait Implementations
impl RefUnwindSafe for verify_pow
impl Send for verify_pow
impl Sync for verify_pow
impl Unpin for verify_pow
impl UnwindSafe for verify_pow
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more