Struct gusto_api::types::PostJobRequest [−][src]
pub struct PostJobRequest {
pub hire_date: Option<NaiveDate>,
pub location_id: f64,
pub title: String,
}Expand description
Fields
hire_date: Option<NaiveDate>location_id: f64title: StringTrait 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 PostJobRequest
impl Send for PostJobRequest
impl Sync for PostJobRequest
impl Unpin for PostJobRequest
impl UnwindSafe for PostJobRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
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