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