pub struct Product;Expand description
Product (460).
Implementations§
Source§impl Product
impl Product
pub const AGENCY: i64 = 1
pub const MORTGAGE: i64 = 10
pub const MUNICIPAL: i64 = 11
pub const OTHER: i64 = 12
pub const FINANCING: i64 = 13
pub const COMMODITY: i64 = 2
pub const CORPORATE: i64 = 3
pub const CURRENCY: i64 = 4
pub const EQUITY: i64 = 5
pub const GOVERNMENT: i64 = 6
pub const INDEX: i64 = 7
pub const LOAN: i64 = 8
pub const MONEYMARKET: i64 = 9
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Product
impl RefUnwindSafe for Product
impl Send for Product
impl Sync for Product
impl Unpin for Product
impl UnsafeUnpin 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