pub struct UpdateProfileRequest {
pub first_name: String,
pub last_name: String,
}Fields§
§first_name: String§last_name: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for UpdateProfileRequest
impl<'de> Deserialize<'de> for UpdateProfileRequest
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 Serialize for UpdateProfileRequest
impl Serialize for UpdateProfileRequest
Source§impl Validate for UpdateProfileRequest
impl Validate for UpdateProfileRequest
Auto Trait Implementations§
impl Freeze for UpdateProfileRequest
impl RefUnwindSafe for UpdateProfileRequest
impl Send for UpdateProfileRequest
impl Sync for UpdateProfileRequest
impl Unpin for UpdateProfileRequest
impl UnsafeUnpin for UpdateProfileRequest
impl UnwindSafe for UpdateProfileRequest
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