pub enum RejectionReason34Code {
CodeADEA,
CodeLATE,
CodeCASH,
CodeNRGM,
CodeNRGN,
CodeOTHR,
CodeREFE,
}Variants§
Implementations§
Source§impl RejectionReason34Code
impl RejectionReason34Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RejectionReason34Code
impl RefUnwindSafe for RejectionReason34Code
impl Send for RejectionReason34Code
impl Sync for RejectionReason34Code
impl Unpin for RejectionReason34Code
impl UnwindSafe for RejectionReason34Code
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