pub enum FundsType {
All,
ETF,
MutualFund,
Trust,
REIT,
}Expand description
Fund sub-type for use with MarketType::Funds.
Variants§
All
All fund types.
ETF
Exchange-Traded Fund.
MutualFund
Mutual fund.
Trust
Trust.
REIT
Real Estate Investment Trust.
Trait Implementations§
impl Copy for FundsType
Source§impl<'de> Deserialize<'de> for FundsType
impl<'de> Deserialize<'de> for FundsType
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
impl Eq for FundsType
impl StructuralPartialEq for FundsType
Auto Trait Implementations§
impl Freeze for FundsType
impl RefUnwindSafe for FundsType
impl Send for FundsType
impl Sync for FundsType
impl Unpin for FundsType
impl UnsafeUnpin for FundsType
impl UnwindSafe for FundsType
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