pub struct PaymentMethodDetailsKonbini {
pub store: Option<PaymentMethodDetailsKonbiniStore>,
}Fields§
§store: Option<PaymentMethodDetailsKonbiniStore>If the payment succeeded, this contains the details of the convenience store where the payment was completed.
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsKonbini
impl Clone for PaymentMethodDetailsKonbini
Source§fn clone(&self) -> PaymentMethodDetailsKonbini
fn clone(&self) -> PaymentMethodDetailsKonbini
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 PaymentMethodDetailsKonbini
impl Debug for PaymentMethodDetailsKonbini
Source§impl FromValueOpt for PaymentMethodDetailsKonbini
impl FromValueOpt for PaymentMethodDetailsKonbini
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsKonbini
impl RefUnwindSafe for PaymentMethodDetailsKonbini
impl Send for PaymentMethodDetailsKonbini
impl Sync for PaymentMethodDetailsKonbini
impl Unpin for PaymentMethodDetailsKonbini
impl UnwindSafe for PaymentMethodDetailsKonbini
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