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