pub struct KU10Type<'a> {
Show 29 fields pub kontant_bruttolon_mm: Option<i32>, pub forman_utom_bil_drivmedel: Option<i32>, pub bilforman_utom_drivmedel: Option<i32>, pub drivmedel_vid_bilforman: Option<i32>, pub andra_kostnadsers: Option<i32>, pub underlag_rutarbete: Option<i32>, pub underlag_rotarbete: Option<i32>, pub ers_m_egenavgifter: Option<i32>, pub tjanstepension: Option<i32>, pub ers_ej_soc_avg: Option<i32>, pub ers_ej_soc_avg_ej_jobbavd: Option<i32>, pub forsarskattenamnden: Option<i32>, pub vissa_avdrag: Option<i32>, pub hyresersattning: Option<i32>, pub bostad_smahus: Option<bool>, pub bostad_ej_smahus: Option<bool>, pub forman_har_justerats: Option<bool>, pub forman_som_pension: Option<bool>, pub bilersattning: Option<bool>, pub traktamente: Option<bool>, pub personaloption_forvarv_andel: Option<bool>, pub arbetsstallenummer: Option<Cow<'a, str>>, pub delagare: Option<bool>, pub social_avgifts_avtal: Option<bool>, pub inkomstar: Cow<'a, str>, pub borttag: Option<bool>, pub specifikationsnummer: i32, pub inkomsttagare: InkomsttagareKU10<'a>, pub uppgiftslamnare: UppgiftslamnareKU10<'a>,
}
Expand description

Kontrolluppgift 10

Fields§

§kontant_bruttolon_mm: Option<i32>§forman_utom_bil_drivmedel: Option<i32>§bilforman_utom_drivmedel: Option<i32>§drivmedel_vid_bilforman: Option<i32>§andra_kostnadsers: Option<i32>§underlag_rutarbete: Option<i32>§underlag_rotarbete: Option<i32>§ers_m_egenavgifter: Option<i32>§tjanstepension: Option<i32>§ers_ej_soc_avg: Option<i32>§ers_ej_soc_avg_ej_jobbavd: Option<i32>§forsarskattenamnden: Option<i32>§vissa_avdrag: Option<i32>§hyresersattning: Option<i32>§bostad_smahus: Option<bool>§bostad_ej_smahus: Option<bool>§forman_har_justerats: Option<bool>§forman_som_pension: Option<bool>§bilersattning: Option<bool>§traktamente: Option<bool>§personaloption_forvarv_andel: Option<bool>§arbetsstallenummer: Option<Cow<'a, str>>§delagare: Option<bool>§social_avgifts_avtal: Option<bool>§inkomstar: Cow<'a, str>§borttag: Option<bool>§specifikationsnummer: i32§inkomsttagare: InkomsttagareKU10<'a>§uppgiftslamnare: UppgiftslamnareKU10<'a>

Trait Implementations§

source§

impl<'a> Debug for KU10Type<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> PartialEq<KU10Type<'a>> for KU10Type<'a>

source§

fn eq(&self, other: &KU10Type<'a>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<'a> StructuralPartialEq for KU10Type<'a>

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for KU10Type<'a>

§

impl<'a> Send for KU10Type<'a>

§

impl<'a> Sync for KU10Type<'a>

§

impl<'a> Unpin for KU10Type<'a>

§

impl<'a> UnwindSafe for KU10Type<'a>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.