pub struct ResponseMe {
pub me: Me,
pub resources: Resources,
pub url: String,
}Expand description
Response containing current user information.
Fields§
§me: MeCurrent user data.
resources: ResourcesRelated API resources.
url: StringAPI URL for this response.
Trait Implementations§
Source§impl Debug for ResponseMe
impl Debug for ResponseMe
Source§impl<'de> Deserialize<'de> for ResponseMe
impl<'de> Deserialize<'de> for ResponseMe
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 ResponseMe
impl RefUnwindSafe for ResponseMe
impl Send for ResponseMe
impl Sync for ResponseMe
impl Unpin for ResponseMe
impl UnwindSafe for ResponseMe
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