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