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