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