pub struct Store {Show 14 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 jyver_density: Option<String>,
pub matching: Option<String>,
pub maximum_distance: 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>
§jyver_density: Option<String>
§matching: Option<String>
§maximum_distance: Option<String>
§phone_number: String
§primary_self_identity: String
§updated_at: Option<DateTime<Utc>>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Store
impl<'de> Deserialize<'de> for Store
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
Auto Trait Implementations§
impl RefUnwindSafe for Store
impl Send for Store
impl Sync for Store
impl Unpin for Store
impl UnwindSafe for Store
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