Struct gusto_api::types::PayrollPayPeriod [−][src]
pub struct PayrollPayPeriod {
pub end_date: Option<NaiveDate>,
pub pay_schedule_id: f64,
pub pay_schedule_uuid: String,
pub start_date: Option<NaiveDate>,
}Fields
end_date: Option<NaiveDate>pay_schedule_id: f64pay_schedule_uuid: Stringstart_date: Option<NaiveDate>Trait 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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PayrollPayPeriod
impl Send for PayrollPayPeriod
impl Sync for PayrollPayPeriod
impl Unpin for PayrollPayPeriod
impl UnwindSafe for PayrollPayPeriod
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more