pub struct ResendSearchCriteria2 {
pub biz_dt: Option<String>,
pub seq_nb: Option<String>,
pub seq_rg: Option<SequenceRange1Choice>,
pub orgnl_msg_nm_id: Option<String>,
pub file_ref: Option<String>,
pub rcpt: PartyIdentification136,
}Fields§
§biz_dt: Option<String>§seq_nb: Option<String>§seq_rg: Option<SequenceRange1Choice>§orgnl_msg_nm_id: Option<String>§file_ref: Option<String>§rcpt: PartyIdentification136Implementations§
Source§impl ResendSearchCriteria2
impl ResendSearchCriteria2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ResendSearchCriteria2
impl RefUnwindSafe for ResendSearchCriteria2
impl Send for ResendSearchCriteria2
impl Sync for ResendSearchCriteria2
impl Unpin for ResendSearchCriteria2
impl UnwindSafe for ResendSearchCriteria2
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