pub struct TaxParty1 {
pub tax_id: Option<String>,
pub regn_id: Option<String>,
pub tax_tp: Option<String>,
}Fields§
§tax_id: Option<String>§regn_id: Option<String>§tax_tp: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for TaxParty1
impl RefUnwindSafe for TaxParty1
impl Send for TaxParty1
impl Sync for TaxParty1
impl Unpin for TaxParty1
impl UnwindSafe for TaxParty1
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