pub enum DocumentType6Code {
Show 16 variants
CodeMSIN,
CodeCNFA,
CodeDNFA,
CodeCINV,
CodeCREN,
CodeDEBN,
CodeHIRI,
CodeSBIN,
CodeCMCN,
CodeSOAC,
CodeDISP,
CodeBOLD,
CodeVCHR,
CodeAROI,
CodeTSUT,
CodePUOR,
}Variants§
CodeMSIN
CodeCNFA
CodeDNFA
CodeCINV
CodeCREN
CodeDEBN
CodeHIRI
CodeSBIN
CodeCMCN
CodeSOAC
CodeDISP
CodeBOLD
CodeVCHR
CodeAROI
CodeTSUT
CodePUOR
Implementations§
Source§impl DocumentType6Code
impl DocumentType6Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DocumentType6Code
impl RefUnwindSafe for DocumentType6Code
impl Send for DocumentType6Code
impl Sync for DocumentType6Code
impl Unpin for DocumentType6Code
impl UnwindSafe for DocumentType6Code
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