pub enum UnableToApplyMissingInformation3Code {
Show 18 variants
CodeMS01,
CodeMS02,
CodeMS03,
CodeMS04,
CodeMS05,
CodeMS06,
CodeMS07,
CodeMS08,
CodeMS09,
CodeMS10,
CodeMS11,
CodeMS12,
CodeMS13,
CodeMS14,
CodeMS15,
CodeMS16,
CodeMS17,
CodeNARR,
}Variants§
CodeMS01
CodeMS02
CodeMS03
CodeMS04
CodeMS05
CodeMS06
CodeMS07
CodeMS08
CodeMS09
CodeMS10
CodeMS11
CodeMS12
CodeMS13
CodeMS14
CodeMS15
CodeMS16
CodeMS17
CodeNARR
Implementations§
Source§impl UnableToApplyMissingInformation3Code
impl UnableToApplyMissingInformation3Code
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for UnableToApplyMissingInformation3Code
impl Clone for UnableToApplyMissingInformation3Code
Source§fn clone(&self) -> UnableToApplyMissingInformation3Code
fn clone(&self) -> UnableToApplyMissingInformation3Code
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 UnableToApplyMissingInformation3Code
impl Default for UnableToApplyMissingInformation3Code
Source§fn default() -> UnableToApplyMissingInformation3Code
fn default() -> UnableToApplyMissingInformation3Code
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnableToApplyMissingInformation3Code
impl<'de> Deserialize<'de> for UnableToApplyMissingInformation3Code
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 UnableToApplyMissingInformation3Code
impl PartialEq for UnableToApplyMissingInformation3Code
Source§fn eq(&self, other: &UnableToApplyMissingInformation3Code) -> bool
fn eq(&self, other: &UnableToApplyMissingInformation3Code) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnableToApplyMissingInformation3Code
Auto Trait Implementations§
impl Freeze for UnableToApplyMissingInformation3Code
impl RefUnwindSafe for UnableToApplyMissingInformation3Code
impl Send for UnableToApplyMissingInformation3Code
impl Sync for UnableToApplyMissingInformation3Code
impl Unpin for UnableToApplyMissingInformation3Code
impl UnwindSafe for UnableToApplyMissingInformation3Code
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