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