pub struct PaymentInstrumentType1 {
pub card_nb: String,
pub authrty_req_tp: Vec<AuthorityRequestType1>,
pub addtl_inf: Option<String>,
}Fields§
§card_nb: String§authrty_req_tp: Vec<AuthorityRequestType1>§addtl_inf: Option<String>Implementations§
Source§impl PaymentInstrumentType1
impl PaymentInstrumentType1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentInstrumentType1
impl RefUnwindSafe for PaymentInstrumentType1
impl Send for PaymentInstrumentType1
impl Sync for PaymentInstrumentType1
impl Unpin for PaymentInstrumentType1
impl UnwindSafe for PaymentInstrumentType1
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