pub enum ReportingWaiverType1Code {
CodeOILQ,
CodeNLIQ,
CodePRIC,
CodeILQD,
CodeRFPT,
CodeSIZE,
}Variants§
Implementations§
Source§impl ReportingWaiverType1Code
impl ReportingWaiverType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReportingWaiverType1Code
impl RefUnwindSafe for ReportingWaiverType1Code
impl Send for ReportingWaiverType1Code
impl Sync for ReportingWaiverType1Code
impl Unpin for ReportingWaiverType1Code
impl UnwindSafe for ReportingWaiverType1Code
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