pub enum ProcessingType1Code {
CodeRJCT,
CodeCVHD,
CodeRSVT,
CodeBLCK,
CodeEARM,
CodeEFAC,
CodeDLVR,
CodeCOLD,
CodeCSDB,
}Variants§
Implementations§
Source§impl ProcessingType1Code
impl ProcessingType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ProcessingType1Code
impl RefUnwindSafe for ProcessingType1Code
impl Send for ProcessingType1Code
impl Sync for ProcessingType1Code
impl Unpin for ProcessingType1Code
impl UnwindSafe for ProcessingType1Code
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