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