Struct gusto_api::types::SupportedBenefit [−][src]
pub struct SupportedBenefit {
pub description: String,
pub healthcare: bool,
pub id: f64,
pub imputed: bool,
pub name: String,
pub posttax: bool,
pub pretax: bool,
pub retirement: bool,
pub yearly_limit: bool,
}Expand description
Fields
description: Stringhealthcare: boolid: f64imputed: boolname: Stringposttax: boolpretax: boolretirement: boolyearly_limit: boolTrait Implementations
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 RefUnwindSafe for SupportedBenefit
impl Send for SupportedBenefit
impl Sync for SupportedBenefit
impl Unpin for SupportedBenefit
impl UnwindSafe for SupportedBenefit
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more