pub struct SettlementFailsData4 {
pub ttl: SettlementTotalData1,
pub failr_rsn: SettlementFailureReason3,
pub elgbl_for_drgtn: SettlementFailsDerogation1,
}Fields§
§ttl: SettlementTotalData1§failr_rsn: SettlementFailureReason3§elgbl_for_drgtn: SettlementFailsDerogation1Implementations§
Source§impl SettlementFailsData4
impl SettlementFailsData4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementFailsData4
impl RefUnwindSafe for SettlementFailsData4
impl Send for SettlementFailsData4
impl Sync for SettlementFailsData4
impl Unpin for SettlementFailsData4
impl UnwindSafe for SettlementFailsData4
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