pub enum MICEntityType1Code {
CodeAPPA,
CodeCTPS,
CodeMLTF,
CodeOTFS,
CodeRMKT,
CodeSINT,
}Variants§
Implementations§
Source§impl MICEntityType1Code
impl MICEntityType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MICEntityType1Code
impl RefUnwindSafe for MICEntityType1Code
impl Send for MICEntityType1Code
impl Sync for MICEntityType1Code
impl Unpin for MICEntityType1Code
impl UnwindSafe for MICEntityType1Code
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