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