pub enum AssetAccountType {
Show 20 variants
Checking,
Brokerage,
Retirement,
Savings,
Trust,
CertificateOfDeposit,
MoneyMarket,
Annuity,
Other,
Unknown,
MutualFund,
Stocks,
StockOptions,
Bonds,
BridgeLoanProceeds,
IndividualDevelopmentAccount,
CashValueOfLifeInsurance,
Chequing,
StocksBondMutual,
Rrsp,
}
Variants§
Checking
Brokerage
Retirement
Savings
Trust
CertificateOfDeposit
MoneyMarket
Annuity
Other
Unknown
MutualFund
Stocks
StockOptions
Bonds
BridgeLoanProceeds
IndividualDevelopmentAccount
CashValueOfLifeInsurance
Chequing
StocksBondMutual
Rrsp
Trait Implementations§
Source§impl Debug for AssetAccountType
impl Debug for AssetAccountType
Source§impl<'de> Deserialize<'de> for AssetAccountType
impl<'de> Deserialize<'de> for AssetAccountType
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 AssetAccountType
impl RefUnwindSafe for AssetAccountType
impl Send for AssetAccountType
impl Sync for AssetAccountType
impl Unpin for AssetAccountType
impl UnwindSafe for AssetAccountType
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