pub struct RawUpdateUserPatch {
pub display_name: SimplePatch<UserDisplayName>,
pub username: SimplePatch<Option<Username>>,
pub password: SimplePatch<Option<PasswordHash>>,
}Fields§
§display_name: SimplePatch<UserDisplayName>§username: SimplePatch<Option<Username>>§password: SimplePatch<Option<PasswordHash>>Trait Implementations§
Source§impl Clone for RawUpdateUserPatch
impl Clone for RawUpdateUserPatch
Source§fn clone(&self) -> RawUpdateUserPatch
fn clone(&self) -> RawUpdateUserPatch
Returns a duplicate 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 RawUpdateUserPatch
impl Debug for RawUpdateUserPatch
Source§impl Hash for RawUpdateUserPatch
impl Hash for RawUpdateUserPatch
Source§impl Ord for RawUpdateUserPatch
impl Ord for RawUpdateUserPatch
Source§fn cmp(&self, other: &RawUpdateUserPatch) -> Ordering
fn cmp(&self, other: &RawUpdateUserPatch) -> Ordering
1.21.0 · 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 RawUpdateUserPatch
impl PartialEq for RawUpdateUserPatch
Source§impl PartialOrd for RawUpdateUserPatch
impl PartialOrd for RawUpdateUserPatch
impl Eq for RawUpdateUserPatch
impl StructuralPartialEq for RawUpdateUserPatch
Auto Trait Implementations§
impl Freeze for RawUpdateUserPatch
impl RefUnwindSafe for RawUpdateUserPatch
impl Send for RawUpdateUserPatch
impl Sync for RawUpdateUserPatch
impl Unpin for RawUpdateUserPatch
impl UnwindSafe for RawUpdateUserPatch
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