pub enum FundPaymentType1Code {
CodeDRAF,
CodeCACC,
CodeCHEQ,
CodeCRDT,
CodeDDEB,
CodeCARD,
}Variants§
Implementations§
Source§impl FundPaymentType1Code
impl FundPaymentType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FundPaymentType1Code
impl RefUnwindSafe for FundPaymentType1Code
impl Send for FundPaymentType1Code
impl Sync for FundPaymentType1Code
impl Unpin for FundPaymentType1Code
impl UnwindSafe for FundPaymentType1Code
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