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