pub struct TaxReportHeader1 {
pub msg_id: MessageIdentification1,
pub nb_of_tax_rpts: Option<f64>,
pub tax_authrty: Option<Vec<TaxOrganisationIdentification1>>,
}Fields§
§msg_id: MessageIdentification1§nb_of_tax_rpts: Option<f64>§tax_authrty: Option<Vec<TaxOrganisationIdentification1>>Implementations§
Source§impl TaxReportHeader1
impl TaxReportHeader1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TaxReportHeader1
impl RefUnwindSafe for TaxReportHeader1
impl Send for TaxReportHeader1
impl Sync for TaxReportHeader1
impl Unpin for TaxReportHeader1
impl UnwindSafe for TaxReportHeader1
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