pub struct VerifyCaptchaInput<'a> {
pub options: &'a CaptchaOptions,
pub captcha_response: &'a str,
pub remote_ip: Option<String>,
}Fields§
§options: &'a CaptchaOptions§captcha_response: &'a str§remote_ip: Option<String>Auto Trait Implementations§
impl<'a> Freeze for VerifyCaptchaInput<'a>
impl<'a> !RefUnwindSafe for VerifyCaptchaInput<'a>
impl<'a> Send for VerifyCaptchaInput<'a>
impl<'a> Sync for VerifyCaptchaInput<'a>
impl<'a> Unpin for VerifyCaptchaInput<'a>
impl<'a> UnsafeUnpin for VerifyCaptchaInput<'a>
impl<'a> !UnwindSafe for VerifyCaptchaInput<'a>
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