Struct jyve::model::UpdatedUser
source · pub struct UpdatedUser {
pub email: Option<String>,
pub first_name: Option<String>,
pub id: Option<i64>,
pub last_name: Option<String>,
pub password: Option<String>,
pub profile: UpdatedProfile,
}
Fields§
§email: Option<String>
§first_name: Option<String>
§id: Option<i64>
§last_name: Option<String>
§password: Option<String>
§profile: UpdatedProfile
Trait Implementations§
source§impl Clone for UpdatedUser
impl Clone for UpdatedUser
source§fn clone(&self) -> UpdatedUser
fn clone(&self) -> UpdatedUser
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 UpdatedUser
impl Debug for UpdatedUser
source§impl<'de> Deserialize<'de> for UpdatedUser
impl<'de> Deserialize<'de> for UpdatedUser
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 UpdatedUser
impl Display for UpdatedUser
Auto Trait Implementations§
impl RefUnwindSafe for UpdatedUser
impl Send for UpdatedUser
impl Sync for UpdatedUser
impl Unpin for UpdatedUser
impl UnwindSafe for UpdatedUser
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