pub enum ToWalletableType {
BankAccount,
CreditCard,
Wallet,
}Expand description
振替先口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
Variants§
Trait Implementations§
Source§impl Clone for ToWalletableType
impl Clone for ToWalletableType
Source§fn clone(&self) -> ToWalletableType
fn clone(&self) -> ToWalletableType
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 ToWalletableType
impl Debug for ToWalletableType
Source§impl Default for ToWalletableType
impl Default for ToWalletableType
Source§fn default() -> ToWalletableType
fn default() -> ToWalletableType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ToWalletableType
impl<'de> Deserialize<'de> for ToWalletableType
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 ToWalletableType
impl Hash for ToWalletableType
Source§impl Ord for ToWalletableType
impl Ord for ToWalletableType
Source§fn cmp(&self, other: &ToWalletableType) -> Ordering
fn cmp(&self, other: &ToWalletableType) -> 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 ToWalletableType
impl PartialEq for ToWalletableType
Source§impl PartialOrd for ToWalletableType
impl PartialOrd for ToWalletableType
Source§impl Serialize for ToWalletableType
impl Serialize for ToWalletableType
impl Copy for ToWalletableType
impl Eq for ToWalletableType
impl StructuralPartialEq for ToWalletableType
Auto Trait Implementations§
impl Freeze for ToWalletableType
impl RefUnwindSafe for ToWalletableType
impl Send for ToWalletableType
impl Sync for ToWalletableType
impl Unpin for ToWalletableType
impl UnwindSafe for ToWalletableType
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.