pub enum CardPaymentServiceType2Code {
CodeAGGR,
CodeDCCV,
CodeGRTT,
CodeINSP,
CodeLOYT,
CodeNRES,
CodePUCO,
CodeRECP,
CodeSOAF,
CodeUNAF,
CodeVCAU,
}Variants§
Implementations§
Source§impl CardPaymentServiceType2Code
impl CardPaymentServiceType2Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CardPaymentServiceType2Code
impl RefUnwindSafe for CardPaymentServiceType2Code
impl Send for CardPaymentServiceType2Code
impl Sync for CardPaymentServiceType2Code
impl Unpin for CardPaymentServiceType2Code
impl UnwindSafe for CardPaymentServiceType2Code
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