Struct gusto_api::PaidTimeOff [−][src]
pub struct PaidTimeOff {
pub name: String,
pub accrual_unit: String,
pub accrual_period: String,
pub accrual_rate: String,
pub accrual_balance: String,
pub maximum_accrual_balance: String,
pub paid_at_termination: bool,
}Expand description
Paid time off. FROM: https://docs.gusto.com/v1/paid_time_off
Fields
name: Stringaccrual_unit: Stringaccrual_period: Stringaccrual_rate: Stringaccrual_balance: Stringmaximum_accrual_balance: Stringpaid_at_termination: boolTrait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PaidTimeOffimpl Send for PaidTimeOffimpl Sync for PaidTimeOffimpl Unpin for PaidTimeOffimpl UnwindSafe for PaidTimeOffBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more