Struct gusto_api::Compensation [−][src]
pub struct Compensation {
pub id: u64,
pub version: String,
pub job_id: u64,
pub rate: String,
pub payment_unit: String,
pub flsa_status: String,
pub effective_date: NaiveDate,
}Expand description
A compensation. FROM: https://docs.gusto.com/v1/compensations
Fields
id: u64version: Stringjob_id: u64rate: Stringpayment_unit: Stringflsa_status: Stringeffective_date: NaiveDateTrait Implementations
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 Compensationimpl Send for Compensationimpl Sync for Compensationimpl Unpin for Compensationimpl UnwindSafe for CompensationBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more