pub enum ConsumerLendingLoanPurposeType {
Show 19 variants
Purchase,
Refinance,
LeaseBuyout,
FutureUse,
DebtConsolidation,
HomeImprovement,
MedicalExpenses,
Other,
LivingExpenses,
CashNeed,
EducationExpenses,
EstablishCredit,
FamilyEvent,
Gift,
MajorPurchases,
MedicalNursingCare,
TaxesLegalFees,
VacationTrip,
VehicleRepair,
}Variants§
Purchase
Refinance
LeaseBuyout
FutureUse
DebtConsolidation
HomeImprovement
MedicalExpenses
Other
LivingExpenses
CashNeed
EducationExpenses
EstablishCredit
FamilyEvent
Gift
MajorPurchases
MedicalNursingCare
TaxesLegalFees
VacationTrip
VehicleRepair
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ConsumerLendingLoanPurposeType
impl<'de> Deserialize<'de> for ConsumerLendingLoanPurposeType
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
Auto Trait Implementations§
impl Freeze for ConsumerLendingLoanPurposeType
impl RefUnwindSafe for ConsumerLendingLoanPurposeType
impl Send for ConsumerLendingLoanPurposeType
impl Sync for ConsumerLendingLoanPurposeType
impl Unpin for ConsumerLendingLoanPurposeType
impl UnwindSafe for ConsumerLendingLoanPurposeType
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