Struct jyve::model::JobSimpleCompleted
source · pub struct JobSimpleCompleted {
pub banner_id: Option<i64>,
pub banner_name: Option<String>,
pub brand_id: Option<i64>,
pub brand_name: Option<String>,
pub date_completed: DateTime<Utc>,
pub date_started: DateTime<Utc>,
pub id: Option<i64>,
pub jyver_job_id: String,
pub status: Option<String>,
pub store_location: SimpleStore,
pub store_location_geo_point: Option<String>,
pub store_location_id: Option<i64>,
}
Fields§
§brand_id: Option<i64>
§brand_name: Option<String>
§date_completed: DateTime<Utc>
§date_started: DateTime<Utc>
§id: Option<i64>
§jyver_job_id: String
§status: Option<String>
§store_location: SimpleStore
§store_location_geo_point: Option<String>
§store_location_id: Option<i64>
Trait Implementations§
source§impl Clone for JobSimpleCompleted
impl Clone for JobSimpleCompleted
source§fn clone(&self) -> JobSimpleCompleted
fn clone(&self) -> JobSimpleCompleted
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for JobSimpleCompleted
impl Debug for JobSimpleCompleted
source§impl<'de> Deserialize<'de> for JobSimpleCompleted
impl<'de> Deserialize<'de> for JobSimpleCompleted
source§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
source§impl Display for JobSimpleCompleted
impl Display for JobSimpleCompleted
Auto Trait Implementations§
impl RefUnwindSafe for JobSimpleCompleted
impl Send for JobSimpleCompleted
impl Sync for JobSimpleCompleted
impl Unpin for JobSimpleCompleted
impl UnwindSafe for JobSimpleCompleted
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more