pub struct PaymentMethodDetailsBlik {
pub buyer_id: Option<String>,
}
Fields§
§buyer_id: Option<String>
A unique and immutable identifier assigned by BLIK to every buyer.
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsBlik
impl Clone for PaymentMethodDetailsBlik
Source§fn clone(&self) -> PaymentMethodDetailsBlik
fn clone(&self) -> PaymentMethodDetailsBlik
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 PaymentMethodDetailsBlik
impl Debug for PaymentMethodDetailsBlik
Source§impl FromValueOpt for PaymentMethodDetailsBlik
impl FromValueOpt for PaymentMethodDetailsBlik
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsBlik
impl RefUnwindSafe for PaymentMethodDetailsBlik
impl Send for PaymentMethodDetailsBlik
impl Sync for PaymentMethodDetailsBlik
impl Unpin for PaymentMethodDetailsBlik
impl UnwindSafe for PaymentMethodDetailsBlik
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