pub struct PaymentType4Choice {
pub cd: Option<PaymentType3Code>,
pub prtry: Option<String>,
}Fields§
§cd: Option<PaymentType3Code>§prtry: Option<String>Implementations§
Source§impl PaymentType4Choice
impl PaymentType4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentType4Choice
impl RefUnwindSafe for PaymentType4Choice
impl Send for PaymentType4Choice
impl Sync for PaymentType4Choice
impl Unpin for PaymentType4Choice
impl UnwindSafe for PaymentType4Choice
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