pub struct RegisterResponse {
pub user_id: Uuid,
pub username: String,
pub email: String,
pub role: Role,
pub tenant_id: String,
}Fields§
§user_id: Uuid§username: String§email: String§role: Role§tenant_id: StringTrait Implementations§
Source§impl Debug for RegisterResponse
impl Debug for RegisterResponse
Auto Trait Implementations§
impl Freeze for RegisterResponse
impl RefUnwindSafe for RegisterResponse
impl Send for RegisterResponse
impl Sync for RegisterResponse
impl Unpin for RegisterResponse
impl UnsafeUnpin for RegisterResponse
impl UnwindSafe for RegisterResponse
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