pub enum AccountSubtypeValue {
Show 38 variants
CashAndBank,
CostOfGoodsSold,
CreditCard,
CustomerPrepaymentsAndCredits,
DepreciationAndAmortization,
Discounts,
DueForPayroll,
DueToYouAndOtherOwners,
Expense,
GainOnForeignExchange,
Income,
Inventory,
Loans,
LossOnForeignExchange,
MoneyInTransit,
NonRetainedEarnings,
OtherCurrentAssets,
OtherCurrentLiability,
OtherIncome,
OtherLongTermAssets,
OtherLongTermLiability,
Payable,
PayableBills,
PayableOther,
PaymentProcessingFees,
PayrollExpenses,
PropertyPlantEquipment,
Receivable,
ReceivableInvoices,
ReceivableOther,
RetainedEarnings,
SalesTax,
SystemCustomerCredits,
Transfers,
UncategorizedExpense,
UncategorizedIncome,
UnknownAccount,
VendorPrepaymentsAndCredits,
}Expand description
Account subtype values.
Variants§
CashAndBank
CostOfGoodsSold
CreditCard
CustomerPrepaymentsAndCredits
DepreciationAndAmortization
Discounts
DueForPayroll
DueToYouAndOtherOwners
Expense
GainOnForeignExchange
Income
Inventory
Loans
LossOnForeignExchange
MoneyInTransit
NonRetainedEarnings
OtherCurrentAssets
OtherCurrentLiability
OtherIncome
OtherLongTermAssets
OtherLongTermLiability
Payable
PayableBills
PayableOther
PaymentProcessingFees
PayrollExpenses
PropertyPlantEquipment
Receivable
ReceivableInvoices
ReceivableOther
RetainedEarnings
SalesTax
SystemCustomerCredits
Transfers
UncategorizedExpense
UncategorizedIncome
UnknownAccount
VendorPrepaymentsAndCredits
Trait Implementations§
Source§impl Clone for AccountSubtypeValue
impl Clone for AccountSubtypeValue
Source§fn clone(&self) -> AccountSubtypeValue
fn clone(&self) -> AccountSubtypeValue
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 AccountSubtypeValue
impl Debug for AccountSubtypeValue
Source§impl<'de> Deserialize<'de> for AccountSubtypeValue
impl<'de> Deserialize<'de> for AccountSubtypeValue
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 AccountSubtypeValue
impl Hash for AccountSubtypeValue
Source§impl PartialEq for AccountSubtypeValue
impl PartialEq for AccountSubtypeValue
Source§impl Serialize for AccountSubtypeValue
impl Serialize for AccountSubtypeValue
impl Copy for AccountSubtypeValue
impl Eq for AccountSubtypeValue
impl StructuralPartialEq for AccountSubtypeValue
Auto Trait Implementations§
impl Freeze for AccountSubtypeValue
impl RefUnwindSafe for AccountSubtypeValue
impl Send for AccountSubtypeValue
impl Sync for AccountSubtypeValue
impl Unpin for AccountSubtypeValue
impl UnsafeUnpin for AccountSubtypeValue
impl UnwindSafe for AccountSubtypeValue
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> 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.