pub enum WalletableType {
BankAccount,
CreditCard,
Wallet,
}Expand description
口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
Variants§
Trait Implementations§
Source§impl Clone for WalletableType
impl Clone for WalletableType
Source§fn clone(&self) -> WalletableType
fn clone(&self) -> WalletableType
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 WalletableType
impl Debug for WalletableType
Source§impl Default for WalletableType
impl Default for WalletableType
Source§fn default() -> WalletableType
fn default() -> WalletableType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WalletableType
impl<'de> Deserialize<'de> for WalletableType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for WalletableType
impl Hash for WalletableType
Source§impl Ord for WalletableType
impl Ord for WalletableType
Source§fn cmp(&self, other: &WalletableType) -> Ordering
fn cmp(&self, other: &WalletableType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WalletableType
impl PartialEq for WalletableType
Source§impl PartialOrd for WalletableType
impl PartialOrd for WalletableType
Source§impl Serialize for WalletableType
impl Serialize for WalletableType
impl Copy for WalletableType
impl Eq for WalletableType
impl StructuralPartialEq for WalletableType
Auto Trait Implementations§
impl Freeze for WalletableType
impl RefUnwindSafe for WalletableType
impl Send for WalletableType
impl Sync for WalletableType
impl Unpin for WalletableType
impl UnwindSafe for WalletableType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.