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>
Trait Implementations§
Source§impl Clone for DocumentType6Code
impl Clone for DocumentType6Code
Source§fn clone(&self) -> DocumentType6Code
fn clone(&self) -> DocumentType6Code
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DocumentType6Code
impl Debug for DocumentType6Code
Source§impl Default for DocumentType6Code
impl Default for DocumentType6Code
Source§fn default() -> DocumentType6Code
fn default() -> DocumentType6Code
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DocumentType6Code
impl<'de> Deserialize<'de> for DocumentType6Code
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DocumentType6Code
impl PartialEq for DocumentType6Code
Source§impl Serialize for DocumentType6Code
impl Serialize for DocumentType6Code
impl StructuralPartialEq for DocumentType6Code
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