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