pub struct reCaptchaToken;
Trait Implementations§
Source§impl HasArgument<reCaptchaToken> for signup
impl HasArgument<reCaptchaToken> for signup
Auto Trait Implementations§
impl Freeze for reCaptchaToken
impl RefUnwindSafe for reCaptchaToken
impl Send for reCaptchaToken
impl Sync for reCaptchaToken
impl Unpin for reCaptchaToken
impl UnwindSafe for reCaptchaToken
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