pub enum PaymentMethodDetailsKonbiniStoreChain {
Familymart,
Lawson,
Ministop,
Seicomart,
}
Expand description
The name of the convenience store chain where the payment was completed.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsKonbiniStoreChain
impl Clone for PaymentMethodDetailsKonbiniStoreChain
Source§fn clone(&self) -> PaymentMethodDetailsKonbiniStoreChain
fn clone(&self) -> PaymentMethodDetailsKonbiniStoreChain
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 FromValueOpt for PaymentMethodDetailsKonbiniStoreChain
impl FromValueOpt for PaymentMethodDetailsKonbiniStoreChain
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentMethodDetailsKonbiniStoreChain
impl PartialEq for PaymentMethodDetailsKonbiniStoreChain
Source§fn eq(&self, other: &PaymentMethodDetailsKonbiniStoreChain) -> bool
fn eq(&self, other: &PaymentMethodDetailsKonbiniStoreChain) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PaymentMethodDetailsKonbiniStoreChain
impl Eq for PaymentMethodDetailsKonbiniStoreChain
impl StructuralPartialEq for PaymentMethodDetailsKonbiniStoreChain
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsKonbiniStoreChain
impl RefUnwindSafe for PaymentMethodDetailsKonbiniStoreChain
impl Send for PaymentMethodDetailsKonbiniStoreChain
impl Sync for PaymentMethodDetailsKonbiniStoreChain
impl Unpin for PaymentMethodDetailsKonbiniStoreChain
impl UnwindSafe for PaymentMethodDetailsKonbiniStoreChain
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