Enum totem_primitives::accounting::_2001_
source · [−]pub enum _2001_ {
Show 33 variants
Salaries,
Extra13thMonth,
AchievementAwards,
RepresentationAllowance,
Fees,
SalariedOperations,
HourlyWages13thMonth,
PayrollFees,
PayrollLuncheonVouchers,
SocialSecurity(SocialSecurity),
FringesVariable,
HousingTax,
ApprenticeshipTax,
WorkCouncil,
SeverencePay,
TransportationSubsidy,
HoulyWages,
HourlyWagesPerDiem,
OvertimePayments,
SickPay,
HolidayPay,
VacationPay,
OtherEmployeeCompensation,
SavingsPlan,
FieldIncentivePlan,
Pension,
InsurancePlanLiveMedical,
InsuranceWorkAccident,
InsurancePrivateCollective,
PensionCostsCompanyPortion,
PrivatePatientPlan,
EarlyRetirementPlans,
EmployeeShareOptionExpense,
}
Expand description
Salaries
Variants
Salaries
P52_2001_D000,
Extra13thMonth
P52_2001_D001,
AchievementAwards
P52_2001_D002,
RepresentationAllowance
P52_2001_D003,
Fees
P52_2001_D004,
SalariedOperations
P52_2001_D005,
HourlyWages13thMonth
P52_2001_D006,
PayrollFees
P52_2001_D007,
PayrollLuncheonVouchers
P52_2001_D008,
SocialSecurity(SocialSecurity)
FringesVariable
P52_2001_D010,
HousingTax
P52_2001_D016,
ApprenticeshipTax
P52_2001_D017,
WorkCouncil
P52_2001_D018,
SeverencePay
P52_2001_D019,
TransportationSubsidy
P52_2001_D020,
HoulyWages
P52_2001_D021,
HourlyWagesPerDiem
P52_2001_D022,
OvertimePayments
P52_2001_D023,
SickPay
P52_2001_D024,
HolidayPay
P52_2001_D025,
VacationPay
P52_2001_D026,
OtherEmployeeCompensation
P52_2001_D027,
SavingsPlan
P52_2001_D028,
FieldIncentivePlan
P52_2001_D029,
Pension
P52_2001_D030,
InsurancePlanLiveMedical
P52_2001_D031,
InsuranceWorkAccident
P52_2001_D032,
InsurancePrivateCollective
P52_2001_D033,
PensionCostsCompanyPortion
P52_2001_D034,
PrivatePatientPlan
P52_2001_D035,
EarlyRetirementPlans
P52_2001_D036,
EmployeeShareOptionExpense
P52_2001_D037,
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _2001_
impl UnwindSafe for _2001_
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>ⓘimpl<W> Write for Box<W, Global> where
W: Write + ?Sized, impl<R> Read for Box<R, Global> where
R: Read + ?Sized, impl<I, A> Iterator for Box<I, A> where
I: Iterator + ?Sized,
A: Allocator, type Item = <I as Iterator>::Item;impl<F, A> Future for Box<F, A> where
F: Future + Unpin + ?Sized,
A: Allocator + 'static, type Output = <F as Future>::Output;
pub fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>ⓘimpl<W> Write for Box<W, Global> where
W: Write + ?Sized, impl<R> Read for Box<R, Global> where
R: Read + ?Sized, impl<I, A> Iterator for Box<I, A> where
I: Iterator + ?Sized,
A: Allocator, type Item = <I as Iterator>::Item;impl<F, A> Future for Box<F, A> where
F: Future + Unpin + ?Sized,
A: Allocator + 'static, type Output = <F as Future>::Output;
impl<W> Write for Box<W, Global> where
W: Write + ?Sized, impl<R> Read for Box<R, Global> where
R: Read + ?Sized, impl<I, A> Iterator for Box<I, A> where
I: Iterator + ?Sized,
A: Allocator, type Item = <I as Iterator>::Item;impl<F, A> Future for Box<F, A> where
F: Future + Unpin + ?Sized,
A: Allocator + 'static, type Output = <F as Future>::Output;
Convert Box<dyn Trait>
(where Trait: Downcast
) to Box<dyn Any>
. Box<dyn Any>
can
then be further downcast
into Box<ConcreteType>
where ConcreteType
implements Trait
. Read more
Convert Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
. Read more
Convert &Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &Any
’s vtable from &Trait
’s. Read more
Convert &mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s. Read more
pub fn blake2_128_concat(&self) -> Vec<u8, Global>ⓘ
pub fn twox_64_concat(&self) -> Vec<u8, Global>ⓘ
The counterpart to unchecked_from
.
Consume self to return an equivalent value of T
.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more