pub enum Product {
Show 13 variants
Agency,
Commodity,
Corporate,
Currency,
Equity,
Government,
Index,
Loan,
Moneymarket,
Mortgage,
Municipal,
Other,
Financing,
}
Variants§
Agency
Value “1”
Commodity
Value “2”
Corporate
Value “3”
Currency
Value “4”
Equity
Value “5”
Government
Value “6”
Index
Value “7”
Loan
Value “8”
Moneymarket
Value “9”
Mortgage
Value “10”
Municipal
Value “11”
Other
Value “12”
Financing
Value “13”
Implementations§
Trait Implementations§
Source§impl ToFixString for Product
impl ToFixString for Product
fn to_fix_string(&self) -> FixString
impl Copy for Product
impl Eq for Product
impl StructuralPartialEq for Product
Auto Trait Implementations§
impl Freeze for Product
impl RefUnwindSafe for Product
impl Send for Product
impl Sync for Product
impl Unpin for Product
impl UnwindSafe for Product
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