pub struct PrivateStatsResponse {
pub apps: Option<Value>,
pub user: Option<HashMap<String, Value>>,
}Fields§
§apps: Option<Value>§user: Option<HashMap<String, Value>>Trait Implementations§
Source§impl Clone for PrivateStatsResponse
impl Clone for PrivateStatsResponse
Source§fn clone(&self) -> PrivateStatsResponse
fn clone(&self) -> PrivateStatsResponse
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 PrivateStatsResponse
impl Debug for PrivateStatsResponse
Source§impl Default for PrivateStatsResponse
impl Default for PrivateStatsResponse
Source§fn default() -> PrivateStatsResponse
fn default() -> PrivateStatsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateStatsResponse
impl<'de> Deserialize<'de> for PrivateStatsResponse
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 PrivateStatsResponse
impl PartialEq for PrivateStatsResponse
Source§impl Serialize for PrivateStatsResponse
impl Serialize for PrivateStatsResponse
impl StructuralPartialEq for PrivateStatsResponse
Auto Trait Implementations§
impl Freeze for PrivateStatsResponse
impl RefUnwindSafe for PrivateStatsResponse
impl Send for PrivateStatsResponse
impl Sync for PrivateStatsResponse
impl Unpin for PrivateStatsResponse
impl UnwindSafe for PrivateStatsResponse
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