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