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