pub struct SecurityWithHoldingTax1 {
pub whldg_tax_val: RateAndAmountFormat1Choice,
pub ctry: String,
}Fields§
§whldg_tax_val: RateAndAmountFormat1Choice§ctry: StringImplementations§
Source§impl SecurityWithHoldingTax1
impl SecurityWithHoldingTax1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecurityWithHoldingTax1
impl RefUnwindSafe for SecurityWithHoldingTax1
impl Send for SecurityWithHoldingTax1
impl Sync for SecurityWithHoldingTax1
impl Unpin for SecurityWithHoldingTax1
impl UnwindSafe for SecurityWithHoldingTax1
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