Struct jyve::model::StoreWithJobs
source · pub struct StoreWithJobs {Show 16 fields
pub address: Option<String>,
pub assigned_to_stats: Option<String>,
pub available_job_ids: Option<String>,
pub chain_name: Option<String>,
pub created_at: Option<DateTime<Utc>>,
pub distance: Option<String>,
pub geo_point: Option<String>,
pub id: Option<i64>,
pub jobs: Option<String>,
pub jyver_density: Option<String>,
pub matching: Option<String>,
pub maximum_distance: Option<String>,
pub notes: Option<String>,
pub phone_number: String,
pub primary_self_identity: String,
pub updated_at: Option<DateTime<Utc>>,
}
Fields§
§address: Option<String>
§assigned_to_stats: Option<String>
§available_job_ids: Option<String>
§chain_name: Option<String>
§created_at: Option<DateTime<Utc>>
§distance: Option<String>
§geo_point: Option<String>
§id: Option<i64>
§jobs: Option<String>
§jyver_density: Option<String>
§matching: Option<String>
§maximum_distance: Option<String>
§notes: Option<String>
§phone_number: String
§primary_self_identity: String
§updated_at: Option<DateTime<Utc>>
Trait Implementations§
source§impl Clone for StoreWithJobs
impl Clone for StoreWithJobs
source§fn clone(&self) -> StoreWithJobs
fn clone(&self) -> StoreWithJobs
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 StoreWithJobs
impl Debug for StoreWithJobs
source§impl Default for StoreWithJobs
impl Default for StoreWithJobs
source§fn default() -> StoreWithJobs
fn default() -> StoreWithJobs
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StoreWithJobs
impl<'de> Deserialize<'de> for StoreWithJobs
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 StoreWithJobs
impl Display for StoreWithJobs
Auto Trait Implementations§
impl RefUnwindSafe for StoreWithJobs
impl Send for StoreWithJobs
impl Sync for StoreWithJobs
impl Unpin for StoreWithJobs
impl UnwindSafe for StoreWithJobs
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