pub struct ContAmtType;Expand description
ContAmtType (519).
Implementations§
Source§impl ContAmtType
impl ContAmtType
pub const COMMISSIONAMT: i64 = 1
pub const EXITCHARGEPCT: i64 = 10
pub const FUNDBASEDRENEWALCOMM: i64 = 11
pub const PROJECTEDFUNDVALUE: i64 = 12
pub const FUNDBASEDRENEWALCOMMAMTORD: i64 = 13
pub const FUNDBASEDRENEWALCOMMAMTPROJ: i64 = 14
pub const NETSETTLEMENTAMOUNT: i64 = 15
pub const COMMISSIONPCT: i64 = 2
pub const INITIALCHARGEAMT: i64 = 3
pub const INITIALCHARGEPCT: i64 = 4
pub const DISCOUNTAMT: i64 = 5
pub const DISCOUNTPCT: i64 = 6
pub const DILUTIONLEVYAMT: i64 = 7
pub const DILUTIONLEVYPCT: i64 = 8
pub const EXITCHARGEAMT: i64 = 9
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContAmtType
impl RefUnwindSafe for ContAmtType
impl Send for ContAmtType
impl Sync for ContAmtType
impl Unpin for ContAmtType
impl UnsafeUnpin for ContAmtType
impl UnwindSafe for ContAmtType
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