pub struct PaymentMethodUpi {
pub vpa: Option<String>,
}Fields§
§vpa: Option<String>Customer’s unique Virtual Payment Address
Trait Implementations§
Source§impl Clone for PaymentMethodUpi
impl Clone for PaymentMethodUpi
Source§fn clone(&self) -> PaymentMethodUpi
fn clone(&self) -> PaymentMethodUpi
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PaymentMethodUpi
impl Debug for PaymentMethodUpi
Source§impl Deserialize for PaymentMethodUpi
impl Deserialize for PaymentMethodUpi
Source§impl FromValueOpt for PaymentMethodUpi
impl FromValueOpt for PaymentMethodUpi
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for PaymentMethodUpi
impl ObjectDeser for PaymentMethodUpi
Source§impl PartialEq for PaymentMethodUpi
impl PartialEq for PaymentMethodUpi
Source§fn eq(&self, other: &PaymentMethodUpi) -> bool
fn eq(&self, other: &PaymentMethodUpi) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentMethodUpi
impl StructuralPartialEq for PaymentMethodUpi
Auto Trait Implementations§
impl Freeze for PaymentMethodUpi
impl RefUnwindSafe for PaymentMethodUpi
impl Send for PaymentMethodUpi
impl Sync for PaymentMethodUpi
impl Unpin for PaymentMethodUpi
impl UnsafeUnpin for PaymentMethodUpi
impl UnwindSafe for PaymentMethodUpi
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