pub struct AdminUserUpdateRequest {
pub user_id: String,
pub user: UserSchema,
}Expand description
Admin User Update Request
Fields§
§user_id: String§user: UserSchemaImplementations§
Trait Implementations§
Source§impl AuthModuleRequest for AdminUserUpdateRequest
impl AuthModuleRequest for AdminUserUpdateRequest
Source§type Res = UserSchema
type Res = UserSchema
The successful result type to be returned
Source§type Error = ErrorSchema
type Error = ErrorSchema
The error type to be returned on invalid data
Source§type Payload = UserSchema
type Payload = UserSchema
The payload that we will send as JSON during the request body
Source§impl Clone for AdminUserUpdateRequest
impl Clone for AdminUserUpdateRequest
Source§fn clone(&self) -> AdminUserUpdateRequest
fn clone(&self) -> AdminUserUpdateRequest
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdminUserUpdateRequest
impl Debug for AdminUserUpdateRequest
Auto Trait Implementations§
impl Freeze for AdminUserUpdateRequest
impl RefUnwindSafe for AdminUserUpdateRequest
impl Send for AdminUserUpdateRequest
impl Sync for AdminUserUpdateRequest
impl Unpin for AdminUserUpdateRequest
impl UnwindSafe for AdminUserUpdateRequest
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)