Struct jyve::model::UpdatedProfile
source · pub struct UpdatedProfile {Show 13 fields
pub address: Option<String>,
pub city: Option<String>,
pub experienced: Option<bool>,
pub phone_number: Option<String>,
pub postal_code: Option<String>,
pub sms_consent_updated_at: Option<DateTime<Utc>>,
pub sms_onboarding_store_location: Option<i64>,
pub state: Option<String>,
pub timezone: Option<String>,
pub title: Option<String>,
pub training_opportunity: Option<bool>,
pub tshirt_size: Option<String>,
pub unclaim_job_notifications_enabled: Option<bool>,
}
Fields§
§address: Option<String>
§city: Option<String>
§experienced: Option<bool>
§phone_number: Option<String>
§postal_code: Option<String>
§sms_consent_updated_at: Option<DateTime<Utc>>
§sms_onboarding_store_location: Option<i64>
§state: Option<String>
§timezone: Option<String>
§title: Option<String>
§training_opportunity: Option<bool>
§tshirt_size: Option<String>
§unclaim_job_notifications_enabled: Option<bool>
Trait Implementations§
source§impl Clone for UpdatedProfile
impl Clone for UpdatedProfile
source§fn clone(&self) -> UpdatedProfile
fn clone(&self) -> UpdatedProfile
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 UpdatedProfile
impl Debug for UpdatedProfile
source§impl Default for UpdatedProfile
impl Default for UpdatedProfile
source§fn default() -> UpdatedProfile
fn default() -> UpdatedProfile
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdatedProfile
impl<'de> Deserialize<'de> for UpdatedProfile
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 UpdatedProfile
impl Display for UpdatedProfile
Auto Trait Implementations§
impl RefUnwindSafe for UpdatedProfile
impl Send for UpdatedProfile
impl Sync for UpdatedProfile
impl Unpin for UpdatedProfile
impl UnwindSafe for UpdatedProfile
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