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