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