pub struct TechnicalAttributes5 {
pub tech_rcrd_id: Option<String>,
pub rcncltn_flg: Option<Reconciliation3Code>,
pub rpt_rct_tm_stmp: Option<String>,
}Fields§
§tech_rcrd_id: Option<String>§rcncltn_flg: Option<Reconciliation3Code>§rpt_rct_tm_stmp: Option<String>Implementations§
Source§impl TechnicalAttributes5
impl TechnicalAttributes5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TechnicalAttributes5
impl RefUnwindSafe for TechnicalAttributes5
impl Send for TechnicalAttributes5
impl Sync for TechnicalAttributes5
impl Unpin for TechnicalAttributes5
impl UnwindSafe for TechnicalAttributes5
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