pub struct ReportQuerySearchCriteria3 {
pub acct_id: Option<Vec<AccountIdentificationSearchCriteria2Choice>>,
pub bal: Option<Vec<CashBalance14>>,
pub rpt_nm: Option<String>,
pub msg_nm_id: Option<String>,
pub pty_id: PartyIdentification136,
pub rspnsbl_pty_id: Option<PartyIdentification136>,
pub dt_sch: Option<DatePeriodSearch1Choice>,
pub schdld_tm: Option<DateTimePeriod1Choice>,
pub evt: Option<EventType1Choice>,
}Fields§
§acct_id: Option<Vec<AccountIdentificationSearchCriteria2Choice>>§bal: Option<Vec<CashBalance14>>§rpt_nm: Option<String>§msg_nm_id: Option<String>§pty_id: PartyIdentification136§rspnsbl_pty_id: Option<PartyIdentification136>§dt_sch: Option<DatePeriodSearch1Choice>§schdld_tm: Option<DateTimePeriod1Choice>§evt: Option<EventType1Choice>Implementations§
Source§impl ReportQuerySearchCriteria3
impl ReportQuerySearchCriteria3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReportQuerySearchCriteria3
impl RefUnwindSafe for ReportQuerySearchCriteria3
impl Send for ReportQuerySearchCriteria3
impl Sync for ReportQuerySearchCriteria3
impl Unpin for ReportQuerySearchCriteria3
impl UnwindSafe for ReportQuerySearchCriteria3
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