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