pub enum TenantBankAccountStatus {
Pending,
Success,
Failed,
}Expand description
口座状態。pending:未確認, success:入金確認済み, failed:入金不可能
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TenantBankAccountStatus
impl Clone for TenantBankAccountStatus
Source§fn clone(&self) -> TenantBankAccountStatus
fn clone(&self) -> TenantBankAccountStatus
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 TenantBankAccountStatus
impl Debug for TenantBankAccountStatus
Source§impl Display for TenantBankAccountStatus
impl Display for TenantBankAccountStatus
Source§impl FromStr for TenantBankAccountStatus
impl FromStr for TenantBankAccountStatus
Source§impl FromValueOpt for TenantBankAccountStatus
impl FromValueOpt for TenantBankAccountStatus
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for TenantBankAccountStatus
impl PartialEq for TenantBankAccountStatus
impl Copy for TenantBankAccountStatus
impl Eq for TenantBankAccountStatus
impl StructuralPartialEq for TenantBankAccountStatus
Auto Trait Implementations§
impl Freeze for TenantBankAccountStatus
impl RefUnwindSafe for TenantBankAccountStatus
impl Send for TenantBankAccountStatus
impl Sync for TenantBankAccountStatus
impl Unpin for TenantBankAccountStatus
impl UnwindSafe for TenantBankAccountStatus
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