pub struct UpdateProfileRequestModel {
pub name: Option<String>,
pub master_password_hint: Option<String>,
}
Fields§
§name: Option<String>
§master_password_hint: Option<String>
Implementations§
Source§impl UpdateProfileRequestModel
impl UpdateProfileRequestModel
pub fn new() -> UpdateProfileRequestModel
Trait Implementations§
Source§impl Clone for UpdateProfileRequestModel
impl Clone for UpdateProfileRequestModel
Source§fn clone(&self) -> UpdateProfileRequestModel
fn clone(&self) -> UpdateProfileRequestModel
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 UpdateProfileRequestModel
impl Debug for UpdateProfileRequestModel
Source§impl Default for UpdateProfileRequestModel
impl Default for UpdateProfileRequestModel
Source§fn default() -> UpdateProfileRequestModel
fn default() -> UpdateProfileRequestModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateProfileRequestModel
impl<'de> Deserialize<'de> for UpdateProfileRequestModel
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
impl StructuralPartialEq for UpdateProfileRequestModel
Auto Trait Implementations§
impl Freeze for UpdateProfileRequestModel
impl RefUnwindSafe for UpdateProfileRequestModel
impl Send for UpdateProfileRequestModel
impl Sync for UpdateProfileRequestModel
impl Unpin for UpdateProfileRequestModel
impl UnwindSafe for UpdateProfileRequestModel
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