pub struct UpdateUserPatch {
pub display_name: Option<UserDisplayName>,
pub username: Option<Option<Username>>,
pub password: Option<Option<Password>>,
}Fields§
§display_name: Option<UserDisplayName>§username: Option<Option<Username>>§password: Option<Option<Password>>Trait Implementations§
Source§impl Clone for UpdateUserPatch
impl Clone for UpdateUserPatch
Source§fn clone(&self) -> UpdateUserPatch
fn clone(&self) -> UpdateUserPatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateUserPatch
impl Debug for UpdateUserPatch
impl Eq for UpdateUserPatch
Source§impl Hash for UpdateUserPatch
impl Hash for UpdateUserPatch
Source§impl Ord for UpdateUserPatch
impl Ord for UpdateUserPatch
Source§fn cmp(&self, other: &UpdateUserPatch) -> Ordering
fn cmp(&self, other: &UpdateUserPatch) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UpdateUserPatch
impl PartialEq for UpdateUserPatch
Source§impl PartialOrd for UpdateUserPatch
impl PartialOrd for UpdateUserPatch
impl StructuralPartialEq for UpdateUserPatch
Auto Trait Implementations§
impl Freeze for UpdateUserPatch
impl RefUnwindSafe for UpdateUserPatch
impl Send for UpdateUserPatch
impl Sync for UpdateUserPatch
impl Unpin for UpdateUserPatch
impl UnsafeUnpin for UpdateUserPatch
impl UnwindSafe for UpdateUserPatch
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