pub enum ReportingWaiverType3Code {
Show 13 variants
CodeBENC,
CodeACTX,
CodeILQD,
CodeSIZE,
CodeCANC,
CodeAMND,
CodeSDIV,
CodeRPRI,
CodeDUPL,
CodeLRGS,
CodeTNCP,
CodeTPAC,
CodeXFPH,
}Variants§
CodeBENC
CodeACTX
CodeILQD
CodeSIZE
CodeCANC
CodeAMND
CodeSDIV
CodeRPRI
CodeDUPL
CodeLRGS
CodeTNCP
CodeTPAC
CodeXFPH
Implementations§
Source§impl ReportingWaiverType3Code
impl ReportingWaiverType3Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReportingWaiverType3Code
impl RefUnwindSafe for ReportingWaiverType3Code
impl Send for ReportingWaiverType3Code
impl Sync for ReportingWaiverType3Code
impl Unpin for ReportingWaiverType3Code
impl UnwindSafe for ReportingWaiverType3Code
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