pub struct ActiveUserResponse {
pub user: User,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§user: User§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for ActiveUserResponse
impl Clone for ActiveUserResponse
Source§fn clone(&self) -> ActiveUserResponse
fn clone(&self) -> ActiveUserResponse
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 ActiveUserResponse
impl Debug for ActiveUserResponse
Source§impl<'de> Deserialize<'de> for ActiveUserResponse
impl<'de> Deserialize<'de> for ActiveUserResponse
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
Source§impl PartialEq for ActiveUserResponse
impl PartialEq for ActiveUserResponse
Source§impl Serialize for ActiveUserResponse
impl Serialize for ActiveUserResponse
impl StructuralPartialEq for ActiveUserResponse
Auto Trait Implementations§
impl Freeze for ActiveUserResponse
impl RefUnwindSafe for ActiveUserResponse
impl Send for ActiveUserResponse
impl Sync for ActiveUserResponse
impl Unpin for ActiveUserResponse
impl UnwindSafe for ActiveUserResponse
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