pub enum PaymentRole1Code {
CodeLQMG,
CodeLMMG,
CodePYMG,
CodeREDR,
CodeBKMG,
CodeSTMG,
}Variants§
Implementations§
Source§impl PaymentRole1Code
impl PaymentRole1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentRole1Code
impl RefUnwindSafe for PaymentRole1Code
impl Send for PaymentRole1Code
impl Sync for PaymentRole1Code
impl Unpin for PaymentRole1Code
impl UnwindSafe for PaymentRole1Code
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