pub struct KU28Type<'a> {
Show 16 fields pub delagare: Option<bool>, pub inkomstar: Cow<'a, str>, pub borttag: Option<bool>, pub underlag_for_investeraravdrag: Option<i32>, pub tot_underlag_investeraravdrag: Option<i32>, pub betalningsar: Option<Cow<'a, str>>, pub aterforing_avyttring: Option<bool>, pub aterforing_utflyttning: Option<bool>, pub aterforing_hog_vardeoverforing: Option<bool>, pub aterforing_interna_forvarv: Option<bool>, pub datum_forvarv: Option<Cow<'a, str>>, pub region: Option<Cow<'a, str>>, pub verksamhetsomrade: Option<Cow<'a, str>>, pub specifikationsnummer: i32, pub inkomsttagare: InkomsttagareKU28<'a>, pub uppgiftslamnare: UppgiftslamnareKU28<'a>,
}
Expand description

Kontrolluppgift 28

Fields§

§delagare: Option<bool>§inkomstar: Cow<'a, str>§borttag: Option<bool>§underlag_for_investeraravdrag: Option<i32>§tot_underlag_investeraravdrag: Option<i32>§betalningsar: Option<Cow<'a, str>>§aterforing_avyttring: Option<bool>§aterforing_utflyttning: Option<bool>§aterforing_hog_vardeoverforing: Option<bool>§aterforing_interna_forvarv: Option<bool>§datum_forvarv: Option<Cow<'a, str>>§region: Option<Cow<'a, str>>§verksamhetsomrade: Option<Cow<'a, str>>§specifikationsnummer: i32§inkomsttagare: InkomsttagareKU28<'a>§uppgiftslamnare: UppgiftslamnareKU28<'a>

Trait Implementations§

source§

impl<'a> Debug for KU28Type<'a>

source§

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

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

impl<'a> PartialEq<KU28Type<'a>> for KU28Type<'a>

source§

fn eq(&self, other: &KU28Type<'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 KU28Type<'a>

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for KU28Type<'a>

§

impl<'a> Send for KU28Type<'a>

§

impl<'a> Sync for KU28Type<'a>

§

impl<'a> Unpin for KU28Type<'a>

§

impl<'a> UnwindSafe for KU28Type<'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.