pub struct InterestComputationMethodFormat7 {
pub cd: InterestComputationMethod4Code,
pub nrrtv: Option<String>,
}Fields§
§cd: InterestComputationMethod4Code§nrrtv: Option<String>Implementations§
Source§impl InterestComputationMethodFormat7
impl InterestComputationMethodFormat7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InterestComputationMethodFormat7
impl RefUnwindSafe for InterestComputationMethodFormat7
impl Send for InterestComputationMethodFormat7
impl Sync for InterestComputationMethodFormat7
impl Unpin for InterestComputationMethodFormat7
impl UnwindSafe for InterestComputationMethodFormat7
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