pub struct SettlementDailyFailureReason3 {
pub faild_scties: SettlementTotalData1Choice,
pub faild_csh: SettlementTotalData1Choice,
}Fields§
§faild_scties: SettlementTotalData1Choice§faild_csh: SettlementTotalData1ChoiceImplementations§
Source§impl SettlementDailyFailureReason3
impl SettlementDailyFailureReason3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementDailyFailureReason3
impl RefUnwindSafe for SettlementDailyFailureReason3
impl Send for SettlementDailyFailureReason3
impl Sync for SettlementDailyFailureReason3
impl Unpin for SettlementDailyFailureReason3
impl UnwindSafe for SettlementDailyFailureReason3
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