pub enum UnableToApplyIncorrectInformation4Code {
Show 38 variants
CodeIN01,
CodeIN02,
CodeIN03,
CodeIN04,
CodeIN05,
CodeIN06,
CodeIN07,
CodeIN08,
CodeIN09,
CodeIN10,
CodeIN11,
CodeIN12,
CodeIN13,
CodeIN14,
CodeIN15,
CodeIN16,
CodeIN17,
CodeIN18,
CodeIN19,
CodeMM20,
CodeMM21,
CodeMM22,
CodeMM25,
CodeMM26,
CodeMM27,
CodeMM28,
CodeMM29,
CodeMM30,
CodeMM31,
CodeMM32,
CodeIN33,
CodeMM34,
CodeMM35,
CodeIN36,
CodeIN37,
CodeIN38,
CodeIN39,
CodeNARR,
}Variants§
CodeIN01
CodeIN02
CodeIN03
CodeIN04
CodeIN05
CodeIN06
CodeIN07
CodeIN08
CodeIN09
CodeIN10
CodeIN11
CodeIN12
CodeIN13
CodeIN14
CodeIN15
CodeIN16
CodeIN17
CodeIN18
CodeIN19
CodeMM20
CodeMM21
CodeMM22
CodeMM25
CodeMM26
CodeMM27
CodeMM28
CodeMM29
CodeMM30
CodeMM31
CodeMM32
CodeIN33
CodeMM34
CodeMM35
CodeIN36
CodeIN37
CodeIN38
CodeIN39
CodeNARR
Implementations§
Source§impl UnableToApplyIncorrectInformation4Code
impl UnableToApplyIncorrectInformation4Code
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for UnableToApplyIncorrectInformation4Code
impl Clone for UnableToApplyIncorrectInformation4Code
Source§fn clone(&self) -> UnableToApplyIncorrectInformation4Code
fn clone(&self) -> UnableToApplyIncorrectInformation4Code
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 Default for UnableToApplyIncorrectInformation4Code
impl Default for UnableToApplyIncorrectInformation4Code
Source§fn default() -> UnableToApplyIncorrectInformation4Code
fn default() -> UnableToApplyIncorrectInformation4Code
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnableToApplyIncorrectInformation4Code
impl<'de> Deserialize<'de> for UnableToApplyIncorrectInformation4Code
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 UnableToApplyIncorrectInformation4Code
impl PartialEq for UnableToApplyIncorrectInformation4Code
Source§fn eq(&self, other: &UnableToApplyIncorrectInformation4Code) -> bool
fn eq(&self, other: &UnableToApplyIncorrectInformation4Code) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnableToApplyIncorrectInformation4Code
Auto Trait Implementations§
impl Freeze for UnableToApplyIncorrectInformation4Code
impl RefUnwindSafe for UnableToApplyIncorrectInformation4Code
impl Send for UnableToApplyIncorrectInformation4Code
impl Sync for UnableToApplyIncorrectInformation4Code
impl Unpin for UnableToApplyIncorrectInformation4Code
impl UnwindSafe for UnableToApplyIncorrectInformation4Code
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