pub struct KU21Type<'a> {
Show 16 fields pub avdragen_skatt: Option<i32>, pub inkomstar: Cow<'a, str>, pub borttag: Option<bool>, pub annan_inkomst: Option<i32>, pub ranta_fordringsratter: Option<i32>, pub utbetalt_i_vissa_fall: Option<i32>, pub depanummer: Option<i32>, pub andel_av_depan: Option<f32>, pub erhallen_rantekompensation: Option<f32>, pub specifikationsnummer: i32, pub vp_namn: Option<Cow<'a, str>>, pub isin: Option<Cow<'a, str>>, pub avyttrad_till_isk: Option<bool>, pub okand_varde: Option<bool>, pub inkomsttagare: InkomsttagareKU21<'a>, pub uppgiftslamnare: UppgiftslamnareKU21<'a>,
}
Expand description

Kontrolluppgift 21

Fields§

§avdragen_skatt: Option<i32>§inkomstar: Cow<'a, str>§borttag: Option<bool>§annan_inkomst: Option<i32>§ranta_fordringsratter: Option<i32>§utbetalt_i_vissa_fall: Option<i32>§depanummer: Option<i32>§andel_av_depan: Option<f32>§erhallen_rantekompensation: Option<f32>§specifikationsnummer: i32§vp_namn: Option<Cow<'a, str>>§isin: Option<Cow<'a, str>>§avyttrad_till_isk: Option<bool>§okand_varde: Option<bool>§inkomsttagare: InkomsttagareKU21<'a>§uppgiftslamnare: UppgiftslamnareKU21<'a>

Trait Implementations§

source§

impl<'a> Debug for KU21Type<'a>

source§

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

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

impl<'a> PartialEq<KU21Type<'a>> for KU21Type<'a>

source§

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

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for KU21Type<'a>

§

impl<'a> Send for KU21Type<'a>

§

impl<'a> Sync for KU21Type<'a>

§

impl<'a> Unpin for KU21Type<'a>

§

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