pub struct PaymentMethodDetailsCashapp {
pub buyer_id: Option<String>,
pub cashtag: Option<String>,
}
Fields§
§buyer_id: Option<String>
A unique and immutable identifier assigned by Cash App to every buyer.
cashtag: Option<String>
A public identifier for buyers using Cash App.
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsCashapp
impl Clone for PaymentMethodDetailsCashapp
Source§fn clone(&self) -> PaymentMethodDetailsCashapp
fn clone(&self) -> PaymentMethodDetailsCashapp
Returns a duplicate of the value. Read more
1.0.0 · 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 PaymentMethodDetailsCashapp
impl Debug for PaymentMethodDetailsCashapp
Source§impl FromValueOpt for PaymentMethodDetailsCashapp
impl FromValueOpt for PaymentMethodDetailsCashapp
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsCashapp
impl RefUnwindSafe for PaymentMethodDetailsCashapp
impl Send for PaymentMethodDetailsCashapp
impl Sync for PaymentMethodDetailsCashapp
impl Unpin for PaymentMethodDetailsCashapp
impl UnwindSafe for PaymentMethodDetailsCashapp
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