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