Struct trustcaptcha_rust::captcha_manager::CaptchaManager
source · pub struct CaptchaManager;
Implementations§
source§impl CaptchaManager
impl CaptchaManager
pub async fn get_verification_result( base64_secret_key: &str, base64_verification_token: &str, ) -> Result<VerificationResult, Box<dyn Error>>
Auto Trait Implementations§
impl Freeze for CaptchaManager
impl RefUnwindSafe for CaptchaManager
impl Send for CaptchaManager
impl Sync for CaptchaManager
impl Unpin for CaptchaManager
impl UnwindSafe for CaptchaManager
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