pub struct UpdateUserResponse<U>where
U: Serialize,{
pub user: U,
}Fields§
§user: UTrait Implementations§
Source§impl<U> Debug for UpdateUserResponse<U>
impl<U> Debug for UpdateUserResponse<U>
Source§impl<U> Serialize for UpdateUserResponse<U>where
U: Serialize,
impl<U> Serialize for UpdateUserResponse<U>where
U: Serialize,
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl<U> Freeze for UpdateUserResponse<U>where
U: Freeze,
impl<U> RefUnwindSafe for UpdateUserResponse<U>where
U: RefUnwindSafe,
impl<U> Send for UpdateUserResponse<U>where
U: Send,
impl<U> Sync for UpdateUserResponse<U>where
U: Sync,
impl<U> Unpin for UpdateUserResponse<U>where
U: Unpin,
impl<U> UnsafeUnpin for UpdateUserResponse<U>where
U: UnsafeUnpin,
impl<U> UnwindSafe for UpdateUserResponse<U>where
U: UnwindSafe,
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