pub enum FundAssetType {
None,
Others,
MoneyMarket,
FixedIncome,
MultiAsset,
Equity,
Sector,
Guaranteed,
Alternative,
Unknown,
}Expand description
Fund classification values use string codes in the TWS protocol.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FundAssetType
impl Clone for FundAssetType
Source§fn clone(&self) -> FundAssetType
fn clone(&self) -> FundAssetType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FundAssetType
Source§impl Debug for FundAssetType
impl Debug for FundAssetType
impl Eq for FundAssetType
Source§impl Hash for FundAssetType
impl Hash for FundAssetType
Source§impl PartialEq for FundAssetType
impl PartialEq for FundAssetType
impl StructuralPartialEq for FundAssetType
Auto Trait Implementations§
impl Freeze for FundAssetType
impl RefUnwindSafe for FundAssetType
impl Send for FundAssetType
impl Sync for FundAssetType
impl Unpin for FundAssetType
impl UnsafeUnpin for FundAssetType
impl UnwindSafe for FundAssetType
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