pub struct GroupHeader69 {
pub id: String,
pub issd_dt: String,
pub rpt_ctgy: String,
pub tax_rpt_purp: String,
pub orgnl_id: Option<String>,
pub sellr_tax_rprtv: Option<PartyIdentification116>,
pub buyr_tax_rprtv: Option<PartyIdentification116>,
pub lang_cd: Option<String>,
}Fields§
§id: String§issd_dt: String§rpt_ctgy: String§tax_rpt_purp: String§orgnl_id: Option<String>§sellr_tax_rprtv: Option<PartyIdentification116>§buyr_tax_rprtv: Option<PartyIdentification116>§lang_cd: Option<String>Implementations§
Source§impl GroupHeader69
impl GroupHeader69
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GroupHeader69
impl RefUnwindSafe for GroupHeader69
impl Send for GroupHeader69
impl Sync for GroupHeader69
impl Unpin for GroupHeader69
impl UnwindSafe for GroupHeader69
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