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