pub struct SettlementFailsDailyInstructionType3 {
pub dlvry_vrss_pmt: SettlementDailyFailureReason1Choice,
pub dlvry_wth_pmt: SettlementDailyFailureReason1Choice,
pub pmt_free_of_dlvry: SettlementDailyFailureReason1Choice,
pub free_of_pmt: SettlementDailyFailureReason1Choice,
}Fields§
§dlvry_vrss_pmt: SettlementDailyFailureReason1Choice§dlvry_wth_pmt: SettlementDailyFailureReason1Choice§pmt_free_of_dlvry: SettlementDailyFailureReason1Choice§free_of_pmt: SettlementDailyFailureReason1ChoiceImplementations§
Source§impl SettlementFailsDailyInstructionType3
impl SettlementFailsDailyInstructionType3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementFailsDailyInstructionType3
impl RefUnwindSafe for SettlementFailsDailyInstructionType3
impl Send for SettlementFailsDailyInstructionType3
impl Sync for SettlementFailsDailyInstructionType3
impl Unpin for SettlementFailsDailyInstructionType3
impl UnwindSafe for SettlementFailsDailyInstructionType3
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