pub struct CommonReportingStandard {
pub non_participating_jurisdictions: Option<NonParticipatingJurisdictions>,
pub postcode: Option<Value>,
pub tax: Option<Value>,
}
Expand description
Common Reporting Standard
Fields§
§non_participating_jurisdictions: Option<NonParticipatingJurisdictions>
NPJ configuration\n
postcode: Option<Value>
Field ‘postcode’ mapped to Value due to complexity/potential issues.\n
tax: Option<Value>
Field ‘tax’ mapped to Value due to complexity/potential issues.\n
Trait Implementations§
Source§impl Clone for CommonReportingStandard
impl Clone for CommonReportingStandard
Source§fn clone(&self) -> CommonReportingStandard
fn clone(&self) -> CommonReportingStandard
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CommonReportingStandard
impl Debug for CommonReportingStandard
Source§impl<'de> Deserialize<'de> for CommonReportingStandard
impl<'de> Deserialize<'de> for CommonReportingStandard
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CommonReportingStandard
impl RefUnwindSafe for CommonReportingStandard
impl Send for CommonReportingStandard
impl Sync for CommonReportingStandard
impl Unpin for CommonReportingStandard
impl UnwindSafe for CommonReportingStandard
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