pub enum SpendingCategory {
Show 48 variants
BillsAndServices,
Charity,
EatingOut,
Entertainment,
Expenses,
Family,
Gambling,
General,
Gifts,
Groceries,
Holidays,
Home,
Income,
Lifestyle,
Payments,
Pets,
Saving,
Shopping,
Transport,
None,
Revenue,
OtherIncome,
ClientRefunds,
Inventory,
Staff,
Travel,
Workplace,
RepairsAndMaintenance,
Admin,
Marketing,
BusinessEntertainment,
InterestPayments,
BankCharges,
Other,
FoodAndDrink,
Equipment,
ProfessionalServices,
PhoneAndInternet,
Vehicles,
DirectorsWages,
Vat,
CorporationTax,
SelfAssessmentTax,
InvestmentCapital,
Transfers,
LoanPrincipal,
Personal,
Dividends,
}
Expand description
The category of the transaction
Variants§
BillsAndServices
Charity
EatingOut
Entertainment
Expenses
Family
Gambling
General
Gifts
Groceries
Holidays
Home
Income
Lifestyle
Payments
Pets
Saving
Shopping
Transport
None
Revenue
OtherIncome
ClientRefunds
Inventory
Staff
Travel
Workplace
RepairsAndMaintenance
Admin
Marketing
BusinessEntertainment
InterestPayments
BankCharges
Other
FoodAndDrink
Equipment
ProfessionalServices
PhoneAndInternet
Vehicles
DirectorsWages
Vat
CorporationTax
SelfAssessmentTax
InvestmentCapital
Transfers
LoanPrincipal
Personal
Dividends
Trait Implementations§
Source§impl Clone for SpendingCategory
impl Clone for SpendingCategory
Source§fn clone(&self) -> SpendingCategory
fn clone(&self) -> SpendingCategory
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 SpendingCategory
impl Debug for SpendingCategory
Source§impl<'de> Deserialize<'de> for SpendingCategory
impl<'de> Deserialize<'de> for SpendingCategory
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 PartialEq for SpendingCategory
impl PartialEq for SpendingCategory
impl Copy for SpendingCategory
impl Eq for SpendingCategory
impl StructuralPartialEq for SpendingCategory
Auto Trait Implementations§
impl Freeze for SpendingCategory
impl RefUnwindSafe for SpendingCategory
impl Send for SpendingCategory
impl Sync for SpendingCategory
impl Unpin for SpendingCategory
impl UnwindSafe for SpendingCategory
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