pub struct signUpReCaptchaRating;
Trait Implementations§
Source§impl Field for signUpReCaptchaRating
impl Field for signUpReCaptchaRating
impl HasInputField<signUpReCaptchaRating, Option<f64>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for signUpReCaptchaRating
impl RefUnwindSafe for signUpReCaptchaRating
impl Send for signUpReCaptchaRating
impl Sync for signUpReCaptchaRating
impl Unpin for signUpReCaptchaRating
impl UnwindSafe for signUpReCaptchaRating
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