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