pub struct SingleUserResponseBody {
pub data: User,
}
Fields§
§data: User
Trait Implementations§
Source§impl Clone for SingleUserResponseBody
impl Clone for SingleUserResponseBody
Source§fn clone(&self) -> SingleUserResponseBody
fn clone(&self) -> SingleUserResponseBody
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 SingleUserResponseBody
impl Debug for SingleUserResponseBody
Source§impl<'de> Deserialize<'de> for SingleUserResponseBody
impl<'de> Deserialize<'de> for SingleUserResponseBody
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SingleUserResponseBody
impl RefUnwindSafe for SingleUserResponseBody
impl Send for SingleUserResponseBody
impl Sync for SingleUserResponseBody
impl Unpin for SingleUserResponseBody
impl UnwindSafe for SingleUserResponseBody
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