pub enum DocumentType3Code {
CodeRADM,
CodeRPIN,
CodeFXDR,
CodeDISP,
CodePUOR,
CodeSCOR,
}Variants§
Implementations§
Source§impl DocumentType3Code
impl DocumentType3Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DocumentType3Code
impl RefUnwindSafe for DocumentType3Code
impl Send for DocumentType3Code
impl Sync for DocumentType3Code
impl Unpin for DocumentType3Code
impl UnwindSafe for DocumentType3Code
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