pub enum InterestComputationMethod2Code {
Show 15 variants
CodeA001,
CodeA002,
CodeA003,
CodeA004,
CodeA005,
CodeA006,
CodeA007,
CodeA008,
CodeA009,
CodeA010,
CodeA011,
CodeA012,
CodeA013,
CodeA014,
CodeNARR,
}Variants§
CodeA001
CodeA002
CodeA003
CodeA004
CodeA005
CodeA006
CodeA007
CodeA008
CodeA009
CodeA010
CodeA011
CodeA012
CodeA013
CodeA014
CodeNARR
Implementations§
Source§impl InterestComputationMethod2Code
impl InterestComputationMethod2Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InterestComputationMethod2Code
impl RefUnwindSafe for InterestComputationMethod2Code
impl Send for InterestComputationMethod2Code
impl Sync for InterestComputationMethod2Code
impl Unpin for InterestComputationMethod2Code
impl UnwindSafe for InterestComputationMethod2Code
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