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§
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§
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